@charset "utf-8";
/*------------------ based on 19/10/08 */
/* > 1%, last 4 versions, Firefox ESR */
/*------------------------------------ */

/* --------------------------------------
 基本設定
-------------------------------------- */
/* ベースフォント */
body {
	font-family: YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", 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", "Hiragino Kaku Gothic", "メイリオ", Meiryo, sans-serif;
}
.mincho {
	font-family: "Hiragino Mincho ProN", "HGS明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}
*/



/* ベースフォントサイズ */
html {
	font-size: 20px;
}

body {
	color: #000;
	line-height: 1.5;
}

a:link ,
a:visited {
	color: #005cb7;
	text-decoration: none;
}

a:hover ,
a:active {
	color: #005cb7;
	text-decoration: underline;
}


@media handheld, only screen and (max-width: 767px) {
	html {
		font-size: 16px;
	}
}



/*------------------------------------- 
 ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	margin: auto;
	padding: 6px 0px;
	font-size: 16px;
	background: rgba(255,255,255, 0.9);
	z-index: 1;
}

.bread-crumb ol {
}

.bread-crumb ol::after ,
.bread-crumb::after {
	content: "";
	display: block;
	clear: both;
}

.bread-crumb a ,
.bread-crumb strong {
/*	color: inherit; */
}

.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.5em;
}

.bread-crumb ol li:last-child::after {
	content: none;
}

/* -- TOP書き換え -- */
.bread-crumb ol li:first-child a {
	font-size: 0;
}
.bread-crumb ol li:first-child a::before {
	content: "HOME";
	vertical-align: inherit;
	font-size: 14px;
}
/*
#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 {
	}

	.bread-crumb ol {
		max-width: 1000px;
		padding: 0 15px;
		margin: auto;
	}
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.bread-crumb {
		font-size: 12px;
		padding: 5px 5px;
	}

	.bread-crumb ol li:first-child a::before {
		font-size: 12px;
	}
}



/* -----------------------------
 グローバルナビ
 ページプロパティに設定あり
--------------------------------- */
#nav-global {
	display: none;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {

	#nav-global {
		overflow: hidden;
		margin: 20px auto;
		max-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 {
}

#nav-box h6 {
/*	display: none; */
}

/* ページマーカーで非表示指定 */
[data-page-marker~="no-snav"] #nav-box ,
[data-page-marker~="no-snav"] #promos2 {
	display: none !important;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {

	/*-- メインエリア上に設置するパターン --*/
	#nav-box {
		font-size: 0;
		margin: auto;
		width: 100%;
		padding: 15px 0;
	}

	#nav-box::after {
		content: "";
		position: absolute;
		top: auto;
		left: 0;
		margin-top: calc(-220px + 15px);
		display: block;
		width: 100%;
		height: 220px;
		background: #3989b5;
		z-index: -10;
	}

	/* 第１・２階層トップでは非表示 */
	[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 > ul {
		position: relative;
	}

	#nav-box > ul::after {
		content: "";
		display: block;
		clear: both;
	}


	/* 1階分層 */
	#nav-box ul {
	}

	#nav-box li {
	}

	#nav-box br {
		display: none;
	}

	#nav-box strong ,
	#nav-box a {
		display: none;

		position: relative;
		color: #fff;
		line-height: 1.25;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: 0.04em;
/*		text-align: center; */
		margin: 0 15px;
		border-bottom: 1px solid transparent;
	}

	#nav-box strong::after ,
	#nav-box a::after {
		content: "";
		display: inline-block;
		vertical-align: baseline;
		width: 8px;
		height: 11px;
		margin-bottom: 1px;
		background: url("../../../../../../resources/sw_img/icon_arr05.png") center center no-repeat;
		background-size: contain;
		margin-left: 0.4em;
	}

	#nav-box strong {
		border-bottom-color: #fff;
	}

	#nav-box a:hover {
		border-bottom-color: #fff;
	}


	/* 現在地を含むフォルダーを表示 */
	#nav .within {
		padding-left: 10px;
	}

	#nav .within > ul {
		padding: 0 20px;
		display: inline-block;
	/*	width: 100%; */
		text-align: left;
	}

	#nav .within > ul:not(.navLevel_1) {
		position: relative;
		float: right;
		width: 800px;
		text-align: left;
	}


	#nav .within > ul > li {
		display: inline-block;
		margin: 4px 0px;
	}


	#nav .within > ul > li > a ,
	#nav .within > ul > li > strong {
		display: inline-block;
	}

	/* 現在地の親ページ */
	#nav .within > a ,
	#nav .within > strong {
		position: absolute;
		top: 50%;
		left: 0;
		display: inline-block;
		max-width: 220px;
		font-size: 18px;
		transform: translate(0, -50%);
	}

	/* 孫ページは非表示 */
	#nav .within > ul ul {
		display: none;
	}

}


/* -- スマホ用 -- */
@media only screen and (max-width: 767px) {
	#nav-box {
		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.on > a {
	}

	#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.on > a {
	}

	#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 ,
	#nav-box ul.navLevel_3 > li.on > a {
	}

	#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.on > a {
	}

	#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"]::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: 28px;
	height: 24px;
	background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}

.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;
}

/*------- PDFアイコン ----------*/
.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;
}

.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: 20px;
	height: 23px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin: 0 5px;
}


/*------------------------------------- 
 見出し
-------------------------------------*/

.page-intro-wrapper {
	position: relative;
}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.page-intro-wrapper ,
	#page-intro {
		width: 100%;
		background: #fff;
	}

	/*-- ページ概要エリア --*/
	.page-intro {
		width: calc(1000px + 40px);
		padding: 0 20px;
	}

	.page-intro ,
	#page-intro {
		position: relative;
		margin: auto;
	}

	/* -- ページタイトルをテキストで表示 -- */
	body[data-page-marker~="news-folder"] .page-intro > .h0 ,
	.page-intro > .h1 {
		display: block;
		height: 220px;
		padding: 90px 20px 50px;
		color: #666;
		font-size: 36px;
		font-weight: bold;
		line-height: 1.25;
		text-shadow: 0 0 4px #fff;
	}

}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	.page-intro-wrapper ,
	#page-intro {
		width: 100%;
		background: #fff;
	}

	/*-- ページ概要エリア --*/
	.page-intro {
		margin: 0 10px 20px;
	}
	.page-intro ,
	#page-intro {
		position: relative;
		display: block;
		margin: auto;
/*		margin: 0 10px; */
		margin-bottom: 20px;
	}

	/* -- ページタイトルをテキストで表示 -- */
	body[data-page-marker~="news-folder"] .page-intro > .h0 ,
	.page-intro > .h1 {
		display: block;
		height: 175px;
		padding: 60px 20px 20px;
		color: #666;
		font-size: 26px;
		font-weight: bold;
		line-height: 1.25;
		text-shadow: 0 0 4px #fff;
	}

}


/*-- ニュースページ 共通見出し表示用(要plugin) --*/
body[data-page-marker~="news-folder"] .page-intro > .h1 ,
.page-intro > .h0 ,
#page-intro > .h0 {
	display: none;
}

body[data-page-marker~="news-folder"] #page-intro {
	display: block;
}

/* -- ページタイトルを画像で表示 -- */
.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;
}

.page-intro .text-meta ul.text-data ,
#page-intro .text-meta ul.text-data {
	text-align: right;
	display: none;
}

.page-intro .text-meta ul.text-data li.date ,
#page-intro .text-meta ul.text-data li.date {
}

/*-- ニュースページ カテゴリアイコン表示用(要plugin) --*/
.page-intro .category-icon ,
#page-intro .category-icon {
	display: none;
}

/*-- 概要(ページでは非表示・内部リンク元に表示される) --*/
.page-intro .abstractImage ,
#page-intro .abstractImage {
	display: none;
}


/* 日付(日付順フォルダ配下ページのみ) */
/* hideとshowを両方設定した場合、showが優先される */
#page-intro .text-meta {
	margin-bottom: 20px;
}
#page-intro .text-meta ul.text-data {
	text-align: right;
	margin-right: 20px;
}

body[data-page-marker~="hide-date"] #page-intro .text-meta ,
body[data-page-marker~="hide-date"] #page-intro .text-meta .text-data {
	display: none;
}

body[data-page-marker~="show-date"] #page-intro .text-meta ,
body[data-page-marker~="show-date"] #page-intro .text-meta .text-data {
	display: block;
}

/* ニュースページ カテゴリアイコン表示用(要plugin) */
body.superMulti[data-page-marker~="news-folder"] #page-intro .category-icon {
	display: block;
	text-align: right;
}

#page-intro .category-icon span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;

	min-width: 100px;
	height: 20px;
	line-height: 1.25;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 3px 5px 0;

	color: #000;
	background: #fff;
	border: 1px solid #999;
}

#page-intro .category-icon span[data-category-level="1"] {
	display: none;
}

/* ニュースページ 共通見出し表示用(要plugin) */
body[data-page-marker~="news-folder"] .page-intro > .h0 + .h1 {
	display: none;
}

body[data-page-marker~="news-folder"]:not([data-page-marker~="hide-news-1st-h2"]) #page-intro > .h0 + h1 {
	height: auto;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	text-align: left;
	text-shadow: none;

	display: block;
}


/*-------------- 中見出し(共通) ------------*/
body[data-page-marker~="news-folder"]:not([data-page-marker~="hide-news-1st-h2"]) #page-intro > .h0 + h1 ,
.text-section h2 ,
.link-list h2 ,
.link-list-url h2 ,
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material h2 ,
.title2:not(.highlight) h2 {
	margin-top: 30px;
	padding-top: 20px;
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.25;
	padding-left: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #3989b5;

	margin-bottom: 20px;
}

/*-------------- 小見出し --------------*/
/* -- 見出しh2レベル -- */
.title2.highlight h2 {
}

/* -- 見出しh3レベル -- */
.title3:not(.highlight) h3 {
	margin-top: 20px;
	padding: 7px 17px 5px;
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.25;
	background: #3989b5;

	margin-bottom: 20px;
}

.title3.highlight h3 {
	padding-top: 20px;
	color: #000;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.25;
	padding-left: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #3989b5;

	margin-bottom: 20px;
}

.title3.highlight h3 span {
	font-size: 20px;
}


/* -- 見出しh4レベル -- */
.news-material dl dt ,
.title4:not(.highlight) h4 {
	position: relative;
	padding-top: 10px;
	color: #0864a3;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;

	margin-bottom: 5px;
}

.news-material dl dt::before ,
.title4:not(.highlight) h4::before {
	content: "■";
}


.title4.highlight h4 {
	position: relative;
	padding-top: 10px;
	color: #0864a3;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;

	margin-bottom: 5px;
}

.title4.highlight h4::before {
	content: "●";
}


.title2:not(.highlight):last-child h2 ,
.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;  */
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	body[data-page-marker~="news-folder"] #page-intro > .h0 + h1 ,
	.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 {
		margin-top: 20px;
		padding-top: 15px;
		font-size: 26px;
	}

	.title3:not(.highlight) h3 {
		margin-top: 20px;
		font-size: 22px;
	}

	.title3.highlight h3 {
		padding-top: 15px;
		font-size: 22px;
	}

	.news-material dl dt ,
	.title4:not(.highlight) h4 {
		font-size: 20px;
	}

	.title4.highlight h4 {
		font-size: 24px;
	}


}


/*------------------------------------- 
 テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.quoted-text {
	padding: 30px 0;
	background: #fafbfb;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.quoted-text blockquote {
	background: none;
	padding: 20px 20px;
	border: #84adc5 4px solid;
	color: inherit;
}

/* -- デスクトップ用 -- */
@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: #e6f2f9;
	padding: 25px 30px;
	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;
}

/*-------------- FAQ --------------*/
.faq-list {
}

.faq-list > ul {
}

.faq-list > ul > li {
	clear: both;
	margin-bottom: 20px;
	min-height: 51px;
}

.faq-list h3 {
	position: relative;
}

.faq-list h3::before {
	content: "Q";
	position: absolute;
	top: 0px;
	left: 15px;
	display: inline-block;
	vertical-align: baseline;
	color: #0864a3;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0.25em;
}

.faq-list h3 a {
	display: block;
	color: #0864a3;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	padding: 10px 0px 10px 60px;
}

.faq-list h3 a::before ,
.faq-list h3 a::after {
	content: "";
	position: absolute;
	display: block;
	background: #0864a3;

	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.faq-list h3 a::before {
	top: 50%;
	right: 50px;
	width: 20px;
	height: 2px;
	-webkit-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
}
.faq-list h3 a::after {
	top: 50%;
	right: 50px;
	width: 2px;
	height: 20px;
	-webkit-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
}

.faq-list h3 a.js-selected::after {
	background-color: transparent;
}

.faq-item {
	position: relative;
	color: #222;
	font-size: 20px;
	font-weight: normal;
	min-height: 35px;
	padding: 10px 0px 10px 60px;
}

.faq-item::before {
	content: "A";
	position: absolute;
	top: 10px;
	left: 15px;
	display: inline-block;
	vertical-align: baseline;
	color: #000;
	font-size: 24px;
	font-weight: bold;
}


/*-- FAQを出しっぱなしにする設定 --*/
/*
.faq-list h3 a {
	cursor: inherit;
}
.faq-list > ul > li {
	height: auto !important;
}
.faq-item {
	display: block !important;
}
*/


/*------------------------------------- 
 ページ内リンク・バナーリンク・エリアリンク
-------------------------------------*/
/* 原則、内部リンクと外部リンクは同スタイルを設定する */

/*-------------- ページ内リンク --------------*/
/* ページ内リンクは１カラム内にまとめて入力し、マルチカラムクラスでアライメントを設定する */
.anchor-link {
	margin-bottom: 15px;
}

.anchor-link a {
	position: relative;
	display: block;
	text-align: center;
	padding: 15px 15px 30px;
	border: 1px solid #a3a3a3;
	color: #000;
	text-decoration: none;
}

.anchor-link a::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 7px;
	margin-left: -15px;
	display: inline-block;
	vertical-align: middle;
	width: 29px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon_anchor.png") center center no-repeat;
	background-size: contain;
}

.anchor-link a:hover {
	background-color: #dfecf5;
	border-color: #dfecf5;
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.anchor-link {
/*		display: inline-block; */
	}

	.anchor-link + .anchor-link {
/*		margin-left: 20px; */
	}
}

/* -- スマホ用 -- */
@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.no-img:not(.highlight) ,
.external-teaser.no-img:not(.highlight) ,
.download-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

.teaser.no-img:not(.highlight) h2 ,
.external-teaser.no-img:not(.highlight) h2 ,
.download-teaser.no-img:not(.highlight) h2 {
	position: relative;
	display: table;
	width: 100%;
}

.teaser.no-img:not(.highlight) h2 a ,
.external-teaser.no-img:not(.highlight) h2 a ,
.download-teaser.no-img:not(.highlight) h2 a {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	padding: 5px 27px;
	padding-right: 40px;
	text-align: left;
	font-size: 20px;
	color: #000;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-decoration: none;
	border: 1px solid #a3a3a3;
}

.teaser.no-img:not(.highlight) h2 a::before ,
.external-teaser.no-img:not(.highlight) h2 a::before ,
.download-teaser.no-img:not(.highlight) h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -15px;
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 29px;
	background: url("../../../../../../resources/sw_img/icon_arr03.png") center center no-repeat;
	background-size: contain;
}

.teaser.no-img:not(.highlight) h2 a[target="_blank"]::after ,
.external-teaser.no-img:not(.highlight) h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 24px;
	background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.download-teaser.no-img:not(.highlight) h2 a[href*=".pdf"]::after ,
.download-teaser.no-img:not(.highlight) h2 a[href*=".xls"]::after ,
.download-teaser.no-img:not(.highlight) h2 a[href*=".zip"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 23px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.download-teaser.no-img:not(.highlight) h2 a[href*=".xls"]::after {
	width: 20px;
	height: 23px;
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/excel.png");
}

.download-teaser.no-img:not(.highlight) h2 a[href*=".zip"]::after {
	width: 20px;
	height: 23px;
	background-image: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/zip.png");
}

.teaser.no-img:not(.highlight) p ,
.external-teaser.no-img:not(.highlight) p ,
.download-teaser.no-img:not(.highlight) p {
	margin-top: 5px;
	font-size: 18px;
}

.teaser.no-img:not(.highlight) h2 a:hover ,
.external-teaser.no-img:not(.highlight) h2 a:hover ,
.download-teaser.no-img:not(.highlight) h2 a:hover {
	background-color: #dfecf5;
	border-color: #dfecf5;
}


/* お問い合わせ専用 チェックボックスつきテキスト */
.external-teaser.with-checkbox:not(.highlight) p {
	text-align: center;
	font-size: 18px;
}

.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;
	border-color: #ccc;
}

.external-teaser.with-checkbox.disabled:not(.highlight) h2 a::before {
	content: none;
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.teaser.no-img:not(.highlight) h2 a ,
	.external-teaser.no-img:not(.highlight) h2 a ,
	.download-teaser.no-img:not(.highlight) h2 a {
		padding-left: 15px;
	}
}

/*-- ニュース詳細ページ用 一覧に戻るボタン --*/
#promos3 >*> .teaser.no-img.style1 ,
#promos3 >*> .external-teaser.no-img.style1 ,
#promos3 >*> .download-teaser.no-img.style1 {
	max-width: 320px;
}

#promos3 >*> .teaser.no-img.style1 h2 a ,
#promos3 >*> .external-teaser.no-img.style1 h2 a ,
#promos3 >*> .download-teaser.no-img.style1 h2 a {
	text-align: center;
}

#promos3 >*> .teaser.no-img.style1 h2 a::before ,
#promos3 >*> .external-teaser.no-img.style1 h2 a::before ,
#promos3 >*> .download-teaser.no-img.style1 h2 a::before {
	right: auto;
	left: 25px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

body:not(.in-editor) #promos3 >*> .teaser.no-img.style1 ,
body:not(.in-editor) #promos3 >*> .external-teaser.no-img.style1 ,
body:not(.in-editor) #promos3 >*> .download-teaser.no-img.style1 {
	display: none;
}

body.superMulti[data-page-marker~="news-folder"] #promos3 >*> .teaser.no-img.style1 ,
body.superMulti[data-page-marker~="news-folder"] #promos3 >*> .external-teaser.no-img.style1 ,
body.superMulti[data-page-marker~="news-folder"] #promos3 >*> .download-teaser.no-img.style1 {
	display: block;
}


/* ----- 内部・外部バナー（テキストと画像）　メインエリア用 ----- */
/* ----- ダウンロードバナー（テキストと画像）　メインエリア用 ----- */
.teaser:not(.no-img):not(.highlight) ,
.external-teaser:not(.no-img):not(.highlight) ,
.download-teaser:not(.no-img):not(.highlight) {
	position: relative;
}

.teaser:not(.no-img):not(.highlight) h2 ,
.external-teaser:not(.no-img):not(.highlight) h2 ,
.download-teaser:not(.no-img):not(.highlight) h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	display: table;
	width: 100%;
}

.teaser:not(.no-img):not(.highlight) h2 a ,
.external-teaser:not(.no-img):not(.highlight) h2 a ,
.download-teaser:not(.no-img):not(.highlight) h2 a {
	display: table-cell;
	vertical-align: middle;
	height: 55px;
	padding: 5px 20px;
	padding-left: 40px;
	text-align: left;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	line-height: 1.1;
	letter-spacing: 0.1em;
	text-decoration: none;
	background: rgba(0,0,0, 0.65);
}

.teaser:not(.no-img):not(.highlight) h2 a::before ,
.external-teaser:not(.no-img):not(.highlight) h2 a::before ,
.download-teaser:not(.no-img):not(.highlight) h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -13px;
	display: block;
	width: 14px;
	height: 26px;
	background: url("../../../../../../resources/sw_img/icon_arr04.png") center center no-repeat;
	background-size: contain;

}

.teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after ,
.external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 24px;
	background: url("../../../../../../resources/sw_img/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.teaser:not(.no-img):not(.highlight) h2 + a ,
.external-teaser:not(.no-img):not(.highlight) h2 + a ,
.download-teaser:not(.no-img):not(.highlight) h2 + a {
	display: block;
}

.teaser:not(.no-img):not(.highlight) h2 + a img ,
.external-teaser:not(.no-img):not(.highlight) h2 + a img ,
.download-teaser:not(.no-img):not(.highlight) h2 + a img {
	display: block;
	width: 100%;
	opacity: 1;
}


.teaser:not(.no-img):not(.highlight) p ,
.external-teaser:not(.no-img):not(.highlight) p ,
.download-teaser:not(.no-img):not(.highlight) p {
	display: none;
}

.teaser:not(.no-img):not(.highlight):hover ,
.external-teaser:not(.no-img):not(.highlight):hover ,
.download-teaser:not(.no-img):not(.highlight):hover {
	opacity: 0.7;
}


/* ----- 内部・外部バナー（テキストと画像　ハイライト表示）　メインエリア用 ----- */
/* ----- ダウンロードバナー（テキストと画像　ハイライト表示）　メインエリア用 ----- */
.teaser:not(.no-img).highlight ,
.external-teaser:not(.no-img).highlight ,
.download-teaser:not(.no-img).highlight {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.teaser:not(.no-img).highlight > * ,
.external-teaser:not(.no-img).highlight > * ,
.download-teaser:not(.no-img).highlight > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.teaser:not(.no-img).highlight h2 ,
.external-teaser:not(.no-img).highlight h2 ,
.download-teaser:not(.no-img).highlight h2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	position: relative;
}

.teaser:not(.no-img).highlight h2 a ,
.external-teaser:not(.no-img).highlight h2 a ,
.download-teaser:not(.no-img).highlight h2 a {
	padding: 5px 0px;
	text-align: left;
	font-size: 20px;
	color: #0066cc;
	font-weight: bold;
	text-decoration: none;
}

.teaser:not(.no-img).highlight h2 a[target="_blank"]::after ,
.external-teaser:not(.no-img).highlight h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 24px;
	background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.teaser:not(.no-img).highlight h2 + a ,
.external-teaser:not(.no-img).highlight h2 + a ,
.download-teaser:not(.no-img).highlight h2 + a {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
}

.teaser:not(.no-img).highlight h2 + a img ,
.external-teaser:not(.no-img).highlight h2 + a img ,
.download-teaser:not(.no-img).highlight h2 + a img {
	display: block;
	width: 100%;
}


.teaser:not(.no-img).highlight p ,
.external-teaser:not(.no-img).highlight p ,
.download-teaser:not(.no-img).highlight p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

.teaser:not(.no-img).highlight:hover h2 a ,
.external-teaser:not(.no-img).highlight:hover h2 a ,
.download-teaser:not(.no-img).highlight:hover h2 a ,
.teaser:not(.no-img).highlight h2 a:hover ,
.external-teaser:not(.no-img).highlight h2 a:hover ,
.download-teaser:not(.no-img).highlight h2 a:hover {
	text-decoration: underline;
}




/* ----- 内部・外部バナー（テキストのみ　ハイライト表示）　メインエリア用 ----- */
/* ----- ダウンロードバナー（テキストのみ　ハイライト表示）　メインエリア用 ----- */
.teaser.no-img.highlight ,
.external-teaser.no-img.highlight ,
.download-teaser.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: 20px;
	height: 23px;
	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-url ul ,
.news-result dl ,
.news-yuho dl ,
.news-presentation dl ,
.news-material dl {
	margin-bottom: 30px;
}

.news-material h2 {
/*	display: none; */
}

.news-material .title-quater {
	display: none;
}
.news-material .title-q4 {
}

.news-material .prefix-quarter {
	display: none;
}

.news-material .postfix-quarter {
	display: none;
}

.news-material .addition-quarter {
	display: none;
}


/*-- 副見だし --*/
.link-list:not(.highlight) h2 ,
.link-list-url h2 ,
.news-result dl dt ,
.news-yuho dl dt ,
.news-presentation dl dt ,
.news-material dl dt {
}

.link-list:not(.highlight) ul li[class] ,
.link-list-url ul li[class] ,
.news-result dl dd ,
.news-yuho dl dd ,
.news-presentation dl dd ,
.news-material dl dd {
	position: relative;
	padding-top: 5px;
	margin-bottom: 5px;
}

/* パターンA：ダウンロードもアイコンをつける場合 */
.link-list:not(.highlight) li[class]:not(.highlight) ,
.link-list-url li[class]:not(.highlight) ,
.news-result dl dd:not(.highlight) ,
.news-yuho dl dd:not(.highlight) ,
.news-presentation dl dd:not(.highlight) ,
.news-material dl dd:not(.highlight) {
	padding-left: 20px;
}

.link-list:not(.highlight) li[class]:not(.highlight)::before ,
.link-list-url li[class]:not(.highlight)::before ,
.news-result dl dd:not(.highlight)::before ,
.news-yuho dl dd:not(.highlight)::before ,
.news-presentation dl dd:not(.highlight)::before ,
.news-material dl dd:not(.highlight)::before {
	content: "";
	position: absolute;
	top: calc(5px + 1.5em / 2 - 12px / 2);
	left: 6px;
	display: inline-block;
	width: 8px;
	height: 12px;
	background: url("../../../../../../resources/sw_img/icon_arr02.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-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: 20px;
}

.link-list:not(.highlight) .internal-link-text:not(.highlight)::before ,
.link-list:not(.highlight) .external-link-text:not(.highlight)::before ,
.link-list-url .internal-link-text:not(.highlight)::before ,
.link-list-url .external-link-text:not(.highlight)::before ,
.news-result dl dd.no-download:not(.highlight)::before ,
.news-yuho dl dd.no-download:not(.highlight)::before ,
.news-presentation dl dd.no-download:not(.highlight)::before ,
.news-material dl dd.no-download:not(.highlight)::before {
	content: "";
	position: absolute;
	top: calc(10px + 1.5em / 2 - 10px / 2);
	left: 6px;
	display: inline-block;
	width: 6px;
	height: 10px;
	background: url("../../../../../../resources/sw_img/icon_arr01.svg") no-repeat center center;
	background-size: contain;
}
*/

/* リンクなしテキストは、リンクアイコン無しで、パディングだけつける */
.link-list:not(.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: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: 28px;
	height: 24px;
	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-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-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-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.highlight {
}

.link-list.highlight h2 {
}

.link-list.highlight ul {
}

.link-list.highlight ul li[class] {
}

.link-list.highlight ul li[class] a {
}


/*------------------------------------- 
 表組・テーブル・財務ハイライト(表組)・配当金(表組)
-------------------------------------*/
/*-- table共通 --*/
.highlights-table table ,
.highlights-alltable-2nd table ,
.haitou-table-2nd table ,
.vtable-item ,
.ircalendar-title ,
.ircalendar-item ,
.tbCore ,
.htCore ,
table.icell {
/*	font-size: calc(1rem - 2px); */
	font-size: 1rem;
}


.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: 15px 15px;
	border: 1px solid #a1c5d9;
}
/* 背景色を指定 */
.htCore tr td ,
th, td {
	background: #fff;
}

/* 空セルの高さ保障(padding上下 + line-height) */
.tbCore tr td {
	height: calc(15px * 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: #e6f2f9;
	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: #e6f2f9;
	color: inherit;
	font-weight: normal;
}

/* 見出し行 */
/* 背景色と文字色を指定 */
.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: #e6f2f9;
	color: inherit;
	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 15px;
		border: 2px solid #fff;

		text-align: left;
		vertical-align: middle;
		background-color: #006699;
		color: #fff;
		font-weight: normal;
	}
}

/* -- スマホ用 -- */
@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: 2px solid #fff;
	}

	/* 見出し部分、カウンターマージンを設定する */
	.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: #006699;
		color: #fff;
		font-weight: normal;
	}
}




/*-------------- テーブル縦 --------------*/
/* -- デフォルト比率  -- */
.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 {
		overflow-x: scroll;
	}
}


/* -- グラフ データラベル 文字影設定 -- */
/* -- (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: 350px !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: 500px !important;
}


/*------------------------------------- 
 ニュース
-------------------------------------*/
/*-- ver2 ニュース一覧・ニュース一覧（カテゴリ）・英文書一覧・英文書一覧（カテゴリ） --*/
/*-- クローリング ニュース一覧 --*/
.news-list-2nd ,
.news-list-tabbed-2nd ,
.news-english-2nd ,
.news-english-tabbed-2nd ,
.news-list-crawl ,
.news-list-tabbed-crawl {
	position: relative;
	margin-bottom: 20px;
}

.news-list-2nd ul ,
.news-list-tabbed-2nd ul ,
.news-english-2nd ul ,
.news-english-tabbed-2nd ul ,
.news-list-crawl ul ,
.news-list-tabbed-crawl ul {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.news-list-2nd ul li ,
.news-list-tabbed-2nd ul li ,
.news-english-2nd ul li ,
.news-english-tabbed-2nd ul li ,
.news-list-crawl ul li ,
.news-list-tabbed-crawl ul li {
	position: relative;

	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.news-list-2nd ul li h3 ,
.news-list-tabbed-2nd ul li h3 ,
.news-english-2nd ul li h3 ,
.news-english-tabbed-2nd ul li h3 ,
.news-list-crawl ul li h3 ,
.news-list-tabbed-crawl ul li h3 {
	position: relative;
	display: block; 
	padding-top: 1.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 {
}

.news-list-2nd ul li .news_tx a ,
.news-list-tabbed-2nd ul li .news_tx a ,
.news-english-2nd ul li .news_tx a ,
.news-english-tabbed-2nd ul li .news_tx a ,
.news-list-crawl ul li .news_tx a ,
.news-list-tabbed-crawl ul li .news_tx a {
/*	color: inherit; */
}

/* -- 日付 -- */
.news-list-2nd ul li .date ,
.news-list-tabbed-2nd ul li .date ,
.news-english-2nd ul li .date ,
.news-english-tabbed-2nd ul li .date ,
.news-list-crawl ul li .date ,
.news-list-tabbed-crawl ul li .date {
	position: absolute;
	top: 0;
	left: 0;
}

/* -- カテゴリアイコン -- */
.news-list-2nd ul li .c_icon ,
.news-list-tabbed-2nd ul li .c_icon ,
.news-english-2nd ul li .c_icon ,
.news-english-tabbed-2nd ul li .c_icon ,
.news-list-crawl ul li .c_icon ,
.news-list-tabbed-crawl ul li .c_icon {
	position: absolute;
	top: 0;
	left: 7.2em;
}

/* -- ファイルアイコン -- */
.news-list-2nd ul li .d_icon ,
.news-list-tabbed-2nd ul li .d_icon ,
.news-english-2nd ul li .d_icon ,
.news-english-tabbed-2nd ul li .d_icon ,
.news-list-crawl ul li .d_icon ,
.news-list-tabbed-crawl ul li .d_icon {
	margin-left: 5px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.news-list-2nd ul li .det_tx ,
.news-list-tabbed-2nd ul li .det_tx ,
.news-english-2nd .det_tx ,
.news-english-tabbed-2nd .det_tx ,
.news-list-crawl .det_tx ,
.news-list-tabbed-crawl .det_tx {
	display: none;
}

/* -- 続きを読む -- */
.news-list-2nd ul li .det_tx em.more ,
.news-list-tabbed-2nd ul li .det_tx em.more ,
.news-english-2nd .det_tx em.more ,
.news-english-tabbed-2nd .det_tx em.more ,
.news-list-crawl .det_tx em.more ,
.news-list-tabbed-crawl .det_tx em.more {
	display: none;
}


/*-- ver2 最新ニュース・最新ニュース（カテゴリ） --*/
/*-- クローリング 最新ニュース --*/
.news-latest-2nd ,
.news-latest-tabbed-2nd ,
.news-latest-crawl {
	position: relative;
	margin-bottom: 20px;
}

.news-latest-2nd ul ,
.news-latest-tabbed-2nd ul ,
.news-latest-crawl ul {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.news-latest-2nd ul li ,
.news-latest-tabbed-2nd ul li ,
.news-latest-crawl ul li {
	position: relative;

	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.news-latest-2nd ul li h3 ,
.news-latest-tabbed-2nd ul li h3 ,
.news-latest-crawl ul li h3 {
	position: relative;
	display: block; 
	padding-top: 1.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: inherit; */
}

/* -- 日付 -- */
.news-latest-2nd ul li .date ,
.news-latest-tabbed-2nd ul li .date ,
.news-latest-crawl ul li .date {
	position: absolute;
	top: 0;
	left: 0;
}

/* -- カテゴリアイコン -- */
.news-latest-2nd ul li .c_icon ,
.news-latest-tabbed-2nd ul li .c_icon ,
.news-latest-crawl ul li .c_icon {
	position: absolute;
	top: 0;
	left: 7.2em;
}

/* -- ファイルアイコン -- */
.news-latest-2nd ul li .d_icon ,
.news-latest-tabbed-2nd ul li .d_icon ,
.news-latest-crawl ul li .d_icon {
	margin-left: 5px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.news-latest-2nd ul li .det_tx ,
.news-latest-tabbed-2nd ul li .det_tx ,
.news-latest-crawl ul li .det_tx {
	display: none;
}

/* -- 続きを読む -- */
.news-latest-2nd ul li .det_tx em.more ,
.news-latest-tabbed-2nd ul li .det_tx em.more ,
.news-latest-crawl ul li .det_tx em.more {
	display: none;
}

/* -- 全てのニュース -- */
.news-latest-2nd .all ,
.news-latest-tabbed-2nd .all ,
.news-latest-crawl .all {
	margin-top: 10px;
	position: relative;
}

.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .all a ,
.news-latest-crawl .all a {
	display: block;
	padding-left: 18px;
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") no-repeat scroll 0 5px;
}


/* テキスト変更 */
/*
.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .all a {
	font-size: 0;
}

.news-latest-2nd .all a::after ,
.news-latest-tabbed-2nd .all a::after {
	font-size: 14px;
	display: block;
}

#header.ja ~ div .news-latest-2nd .all a::after ,
#header.ja ~ div .news-latest-tabbed-2nd .all a::after {
	content: "一覧へ";
}

#header.en ~ div .news-latest-2nd .all a::after ,
#header.en ~ div .news-latest-tabbed-2nd .all a::after {
	content: "List";
}
*/


/*-------------- タブ共通 --------------*/
/* -- 年度タブ -- */
p.yearTabs {
	margin-bottom: 20px;
	font-size: 0;
}

p.yearTabs a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}

p.yearTabs a.active {
	font-weight: bold;
}

p.yearTabs a:hover ,
p.yearTabs a.active {
	background-color: #dddddd;
}


/* -- カテゴリタブ -- */
p.tabs{
	margin-bottom: 20px;
	font-size: 0;
}

p.tabs a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}

p.tabs a.active {
	font-weight: bold;
}

p.tabs a:hover ,
p.tabs a.active {
	background-color: #dddddd;
}

/* アクティブなカテゴリタブをアイコン色と同色にする */
/*
p.tabs a.allTab:hover ,
p.tabs a.allTab.active {
}
p.tabs a.tekijiTab:hover ,
p.tabs a.tekijiTab.active {
	color: #FFF;
	background-color: #2980b9;
}
p.tabs a.resultTab:hover ,
p.tabs a.resultTab.active {
	color: #FFF;
	background-color: #e67e22;
}
p.tabs a.gyousekiTab:hover ,
p.tabs a.gyousekiTab.active {
	color: #FFF;
	background-color: #f1c40f;
}
p.tabs a.prTab:hover ,
p.tabs a.prTab.active {
	color: #FFF;
	background-color: #c2185b;
}
p.tabs a.irTab:hover ,
p.tabs a.irTab.active {
	color: #FFF;
	background-color: #1abc9c;
}
p.tabs a.governanceTab:hover ,
p.tabs a.governanceTab.active {
	color: #FFF;
	background-color: #34495e;
}
p.tabs a.yuhoTab:hover ,
p.tabs a.yuhoTab.active {
	color: #FFF;
	background-color: #16a085;
}
p.tabs a.syosyuTab:hover ,
p.tabs a.syosyuTab.active {
	color: #FFF;
	background-color: #e74c3c;
}
p.tabs a.noneTab:hover ,
p.tabs a.noneTab.active {
	color: #FFF;
	background-color: #9b59b6;
}
*/


/*-------------- テキスト化カテゴリアイコン (ver2専用) --------------*/
/*
.news-list-2nd ul li .c_icon ,
.news-list-tabbed-2nd ul li .c_icon ,
.news-english-2nd ul li .c_icon ,
.news-english-tabbed-2nd ul li .c_icon ,
.news-latest-2nd ul li .c_icon ,
.news-latest-tabbed-2nd ul li .c_icon {
	display: block;
}

.news-list-2nd ul li .c_icon::before ,
.news-list-tabbed-2nd ul li .c_icon::before ,
.news-english-2nd ul li .c_icon::before ,
.news-english-tabbed-2nd ul li .c_icon::before ,
.news-latest-2nd ul li .c_icon::before ,
.news-latest-tabbed-2nd ul li .c_icon::before {
	display: block;
	width: 76px;
	height: 24px;
	line-height: 1;
	font-size: 11px;
	text-align: center;
	padding-top: 7px;
	margin-top: -2px;

	color: #fff;
	background: #646464;
}

.news-list-2nd ul li .c_icon img ,
.news-list-tabbed-2nd ul li .c_icon img ,
.news-english-2nd ul li .c_icon img ,
.news-english-tabbed-2nd ul li .c_icon img ,
.news-latest-2nd ul li .c_icon img ,
.news-latest-tabbed-2nd ul li .c_icon img {
	display: none;
}

.news-list-2nd ul li.tekijiElm .c_icon::before ,
.news-list-tabbed-2nd ul li.tekijiElm .c_icon::before ,
.news-english-2nd ul li.tekijiElm .c_icon::before ,
.news-english-tabbed-2nd ul li.tekijiElm .c_icon::before ,
.news-latest-2nd ul li.tekijiElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.tekijiElm .c_icon::before {
	content: "適時開示";
}

.news-list-2nd ul li.resultElm .c_icon::before ,
.news-list-tabbed-2nd ul li.resultElm .c_icon::before ,
.news-english-2nd ul li.resultElm .c_icon::before ,
.news-english-tabbed-2nd ul li.resultElm .c_icon::before ,
.news-latest-2nd ul li.resultElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.resultElm .c_icon::before {
	content: "決算";
}

.news-list-2nd ul li.gyousekiElm .c_icon::before ,
.news-list-tabbed-2nd ul li.gyousekiElm .c_icon::before ,
.news-english-2nd ul li.gyousekiElm .c_icon::before ,
.news-english-tabbed-2nd ul li.gyousekiElm .c_icon::before ,
.news-latest-2nd ul li.gyousekiElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.gyousekiElm .c_icon::before {
	content: "業績";
}

.news-list-2nd ul li.prElm .c_icon::before ,
.news-list-tabbed-2nd ul li.prElm .c_icon::before ,
.news-english-2nd ul li.prElm .c_icon::before ,
.news-english-tabbed-2nd ul li.prElm .c_icon::before ,
.news-latest-2nd ul li.prElm .c_icon::before ,
.news-latest-tabbed-2nd ul.prElm li .c_icon::before {
	content: "PR";
}

.news-list-2nd ul li.irElm .c_icon::before ,
.news-list-tabbed-2nd ul li.irElm .c_icon::before ,
.news-english-2nd ul li.irElm .c_icon::before ,
.news-english-tabbed-2nd ul li.irElm .c_icon::before ,
.news-latest-2nd ul li.irElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.irElm .c_icon::before {
	content: "IR";
}

.news-list-2nd ul li.governanceElm .c_icon::before ,
.news-list-tabbed-2nd ul li.governanceElm .c_icon::before ,
.news-english-2nd ul li.governanceElm .c_icon::before ,
.news-english-tabbed-2nd ul li.governanceElm .c_icon::before ,
.news-latest-2nd ul li.governanceElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.governanceElm .c_icon::before {
	content: "ガバナンス";
}

.news-list-2nd ul li.yuhoElm .c_icon::before ,
.news-list-tabbed-2nd ul li.yuhoElm .c_icon::before ,
.news-english-2nd ul li.yuhoElm .c_icon::before ,
.news-english-tabbed-2nd ul li.yuhoElm .c_icon::before ,
.news-latest-2nd ul li.yuhoElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.yuhoElm .c_icon::before {
	content: "有報";
}

.news-list-2nd ul li.syosyuElm .c_icon::before ,
.news-list-tabbed-2nd ul li.syosyuElm .c_icon::before ,
.news-english-2nd ul li.syosyuElm .c_icon::before ,
.news-english-tabbed-2nd ul li.syosyuElm .c_icon::before ,
.news-latest-2nd ul li.syosyuElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.syosyuElm .c_icon::before {
	content: "招集通知";
}

.news-list-2nd ul li.noneElm .c_icon::before ,
.news-list-tabbed-2nd ul li.noneElm .c_icon::before ,
.news-english-2nd ul li.noneElm .c_icon::before ,
.news-english-tabbed-2nd ul li.noneElm .c_icon::before ,
.news-latest-2nd ul li.noneElm .c_icon::before ,
.news-latest-tabbed-2nd ul li.noneElm .c_icon::before {
	content: "その他";
}
*/


/*---- テキスト化newアイコン ----*/
.news-list-2nd ul li .n_icon 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: 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!";
	color: red;
	font-size: 87.5%;
	font-weight: bold;
	font-style: normal;
}


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	/* １カラム表示時。２カラム以上はSPと同じ表示 */
	.multiColumn1 .news-list-2nd ul li h3 ,
	.multiColumn1 .news-list-tabbed-2nd ul li h3 ,
	.multiColumn1 .news-english-2nd ul li h3 ,
	.multiColumn1 .news-english-tabbed-2nd ul li h3 ,
	.multiColumn1 .news-list-crawl ul li h3 ,
	.multiColumn1 .news-list-tabbed-crawl ul li h3 ,
	.multiColumn1 .news-latest-2nd ul li h3 ,
	.multiColumn1 .news-latest-tabbed-2nd ul li h3 ,
	.multiColumn1 .news-latest-crawl ul li h3 {
		padding-top: 0px;
		padding-left: 14.2em;
	}

	/*-- 中見出し(h2)の下にある場合 --*/
	.title2 ~ .news-latest-2nd .all ,
	.title2 ~ .news-latest-tabbed-2nd .all {
		position: absolute;
		top: -50px;
		right: 0;
		margin: 0;
		display: block;
	}

}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
}



/*-------------- rss --------------*/
.rss-content {
}
.rss-content::after {
	content: "";
	display: block;
	clear: both;
}

.rss-content em {
	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 {
	display: block;
	width: 16px;
	height: 16px;
	background: url("../../../../../../.resources/feed.gif") no-repeat left top;
}

.rss-content a:hover {
	opacity: 0.7;
}
*/

.title2 + .rss-content ,
.title2 +* .rss-content {
    margin-top: -70px;
    float: right;
}


/*------------------------------------- 
 マルチ２
-------------------------------------*/

/*----------- サムネイルなし -----------*/
.basic-list:not(.thumnail) ,
.basic-list-english:not(.thumnail) {
	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: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #9cbdd2;
}

.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 {
}

.basic-list:not(.thumnail) ul.tabItems li a .news_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li a .news_tx {
	color: inherit;
}

.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;

	font-size: calc(1rem - 2px);
}

/* -- カテゴリアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	text-decoration: none;
	display: block;
	font-size: 0;

	margin-top: -1.5rem;
	min-height: 1.5rem;
	padding-left: 7.2rem;
}

/* -- ファイルアイコン -- */
.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: #ff3300;
	font-size: 14px;
	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 {
	overflow: hidden;
	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: 1rem;
	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;
	font-size: 16px;
}

.basic-list.thumnail ul.tabItems li .c_icon ,
.basic-list-english.thumnail ul.tabItems li .c_icon {
/*
	position: absolute;
	bottom: 0;
	right: 0;
*/
	display: block;
	margin-bottom: 5px;
}

.basic-list.thumnail ul.tabItems li a ,
.basic-list-english.thumnail ul.tabItems li a {
	color: inherit;
	text-decoration: none;
}

.basic-list.thumnail ul.tabItems li a:hover ,
.basic-list-english.thumnail ul.tabItems li a:hover {
	-ms-opacity: 0.7;
	opacity: 0.7;
}

/* 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: 30px;
}

/* ニューステキスト */
.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 {
	position: relative;
	margin-bottom: 8px;
	padding: 20px 25px 15px;
	border: 1px solid #3b87b3;
	border-left: 175px solid #3b87b3;
}

.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"] {
	position: relative;
	display: block;
	padding: 20px 25px 15px;
	border: 1px solid #3b87b3;
	border-left: 175px solid #3b87b3;
	margin-bottom: 8px;
}

.basic-list .yearTabs span ,
.basic-list-english .yearTabs span {
	display: inline-block;
	vertical-align: top;
	min-width: 6rem;
	padding: 5px 15px;
	text-align: center;
	color: #000;
	border: 1px solid #e6e6e6;
	margin-right: 10px;
	margin-bottom: 5px;
}

.basic-list .yearTabs span::before ,
.basic-list-english .yearTabs span::before {
	display: inline;
	font-size: calc(1rem - 2px);
}

.basic-list .yearTabs span[active="true"] ,
.basic-list-english .yearTabs span[active="true"] {
	background: #dfebf4;
	border-color: #dfebf4;
}

.basic-list .yearTabs span:hover ,
.basic-list-english .yearTabs span:hover {
	background: #dfebf4;
	border-color: #dfebf4;
}


.basic-list .tabs span ,
.basic-list-english .tabs span {
	border: none;
	background: none;

	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 145px;
	padding: 5px 5px;
	padding-right: 0;
	margin-left: 32px;
	color: #000;
	margin-right: 10px;
	margin-bottom: 5px;
}

.basic-list .tabs span::before ,
.basic-list-english .tabs span::before {
	display: inline;
	font-size: calc(1rem - 3px);
}

.basic-list .tabs span::after ,
.basic-list-english .tabs span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -32px;
	margin-top: -13px;
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 26px;
	background: url("../../../../../../resources/sw_img/icon_category_check01.png") center center no-repeat;
	background-size: contain;
}

.basic-list .tabs span[active="true"]::after ,
.basic-list-english .tabs span[active="true"]::after {
	background-image: url("../../../../../../resources/sw_img/icon_category_check02.png");
}


/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.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: 82px;
	height: 22px;
	line-height: 1.25;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 3px 3px 0;

	color: #000;
	background: #fff;
	border: 1px solid #000;

	margin-right: 10px;
	margin-bottom: 5px;
}

.basic-list .c_icon span::before ,
.basic-list-english .c_icon span::before {
	display: inline;
}

/* カテゴリ設定で設定した名称と、アイコン上の文字を変えたい場合は */
/* contentで上書きする。個別に背景色等を設定する場合も同様 */
.basic-list .c_icon span.csr::before ,
.basic-list-english .c_icon span.csr::before {
    content: "サステナ";
}

/* ↓サンプル */
.basic-list .c_icon span.tekiji::before ,
.basic-list-english .c_icon span.tekiji::before {
/*	content: "適時開示"; */
/*	background: #e9452a; */
}

.basic-list .c_icon span.result::before ,
.basic-list-english .c_icon span.result::before {
/*	content: "決算"; */
/*	background: #2a3d81; */
}

.basic-list .c_icon span.gyouseki::before ,
.basic-list-english .c_icon span.gyouseki::before {
/*	content: "業績"; */
/*	background: #43a4a1; */
}

.basic-list .c_icon span.pr::before ,
.basic-list-english .c_icon span.pr::before {
/*	content: "PR"; */
/*	background: #f68100; */
}

.basic-list .c_icon span.ir::before ,
.basic-list-english .c_icon span.ir::before {
/*	content: "IR"; */
/*	background: #6f4abc; */
}

.basic-list .c_icon span.governance::before ,
.basic-list-english .c_icon span.governance::before {
/*	content: "ガバナンス"; */
/*	background: #43a46a; */
}

.basic-list .c_icon span.yuho::before ,
.basic-list-english .c_icon span.yuho::before {
/*	content: "有価証券報告書"; */
/*	background: #798dd4; */
}

.basic-list .c_icon span.meeting::before ,
.basic-list-english .c_icon span.meeting::before {
/*	content: "株主総会";
/*	background: #006fbe; */
}

.basic-list .c_icon span.none::before ,
.basic-list-english .c_icon span.none::before {
/*	content: "その他"; */
/*	background: #777; */
}


/* マルチ２一覧 カテゴリをフラット選択に */
.layout_flat_category .basic-list .tabs li.allall ,
.layout_flat_category .basic-list-english .tabs li.allall {
	display: inline;
}

.layout_flat_category .basic-list .tabs span.allall ,
.layout_flat_category .basic-list-english .tabs span.allall {
	display: inline-block;
}

.layout_flat_category .basic-list .tabs li.all ,
.layout_flat_category .basic-list-english .tabs li.all {
	display: none;
}

.layout_flat_category .basic-list .tabs > ul > li[aria-hidden="false"] ,
.layout_flat_category .basic-list-english .tabs > ul > li[aria-hidden="false"] {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

.layout_flat_category .basic-list .tabs ,
.layout_flat_category .basic-list-english .tabs {
	padding: 10px 10px 5px;
	border: 1px solid #ddd;
}



/* カテゴリグループ名表示 */
.basic-list .yearTabs:before ,
.basic-list-english .yearTabs:before {
	content: "年から選ぶ";
	position: absolute;
	top: 30px;
	left: -145px;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.04em;
}

.basic-list-english .yearTabs:before {
	content: "Select Year";
}

.basic-list .tabs li.renkei:before ,
.basic-list .tabs li.classification_ja:before ,
.basic-list .tabs li.company_ja:before ,
.basic-list .tabs li.recruit:before ,
.basic-list .tabs li.office:before ,
.basic-list .tabs li.owned_media:before ,
.basic-list-english .tabs li.renkei:before ,
.basic-list-english .tabs li.classification_en:before ,
.basic-list-english .tabs li.company_en:before ,
.basic-list-english .tabs li.recruit:before ,
.basic-list-english .tabs li.office:before ,
.basic-list-english .tabs li.owned_media:before {
	content: "";
	position: absolute;
	top: 30px;
	left: -145px;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.04em;
}

.basic-list .tabs li.renkei:before {
	content: "IR情報";
}

.basic-list .tabs li.classification_ja:before {
	content: "区分から選ぶ";
}

.basic-list .tabs li.company_ja:before {
	content: "企業から選ぶ";
}

.basic-list .tabs li.recruit:before {
	content: "採用条件から選ぶ";
}

.basic-list .tabs li.office:before {
	content: "勤務地から選ぶ";
}

.basic-list .tabs li.owned_media:before {
	content: "関連から選ぶ";
}
.basic-list-english .tabs li.renkei:before {
	content: "IR";
}

.basic-list-english .tabs li.classification_en:before {
	content: "Kind Of";
}

.basic-list-english .tabs li.company_en:before {
	content: "Company";
}

.basic-list-english .tabs li.recruit:before {
	content: "Job";
}

.basic-list-english .tabs li.office:before {
	content: "Place";
}


/* 非表示設定 */
.basic-list ul.tabItems li .c_icon span.no_ir_ja ,
.basic-list-english ul.tabItems li .c_icon span.no_ir_ja ,
.basic-list ul.tabItems li .c_icon span.none ,
.basic-list-english ul.tabItems li .c_icon span.none ,
.basic-list .tabs li.no_ir_ja ,
.basic-list-english .tabs li.no_ir_ja ,
.basic-list .tabs > ul > li.none ,
.basic-list-english .tabs > ul > li.none {
	display: none !important;
}

.layout_news_4release .basic-list ul.tabItems li .c_icon span[data-category-group="renkei"] ,
.layout_news_4release .basic-list-english ul.tabItems li .c_icon span[data-category-group="renkei"] ,
.layout_news_4release .basic-list .tabs > ul > li.renkei ,
.layout_news_4release .basic-list-english .tabs > ul > li.renkei {
	display: none !important;
}

.layout_news_4ir .basic-list ul.tabItems li .c_icon span[data-category-group="classification_ja"] ,
.layout_news_4ir .basic-list-english ul.tabItems li .c_icon span[data-category-group="classification_ja"] ,
.layout_news_4ir .basic-list ul.tabItems li .c_icon span[data-category-group="classification_en"] ,
.layout_news_4ir .basic-list-english ul.tabItems li .c_icon span[data-category-group="classification_en"] ,
.layout_news_4ir .basic-list ul.tabItems li .c_icon span[data-category-group="company_ja"] ,
.layout_news_4ir .basic-list-english ul.tabItems li .c_icon span[data-category-group="company_ja"] ,
.layout_news_4ir .basic-list ul.tabItems li .c_icon span[data-category-group="company_en"] ,
.layout_news_4ir .basic-list-english ul.tabItems li .c_icon span[data-category-group="company_en"] ,
.layout_news_4ir .basic-list .tabs > ul > li.classification_ja ,
.layout_news_4ir .basic-list-english .tabs > ul > li.classification_ja ,
.layout_news_4ir .basic-list .tabs > ul > li.company_ja ,
.layout_news_4ir .basic-list-english .tabs > ul > li.company_ja ,
.layout_news_4ir .basic-list .tabs > ul > li.classification_en ,
.layout_news_4ir .basic-list-english .tabs > ul > li.classification_en ,
.layout_news_4ir .basic-list .tabs > ul > li.company_en ,
.layout_news_4ir .basic-list-english .tabs > ul > li.company_en ,
.layout_news_4ir .basic-list ul.tabItems li:not(.renkeiElm) ,
.layout_news_4ir .basic-list-english ul.tabItems li:not(.renkeiElm) {
	display: none !important;
}


/* 個別調整 */
.basic-list .c_icon span.governance ,
.basic-list-english .c_icon span.governance {
	/* ガバナンス */
	letter-spacing: -0.05em;
}

.basic-list .c_icon span.jinji_ja ,
.basic-list-english .c_icon span.jinji_ja {
	/* 人事・組織 */
	letter-spacing: -0.05em;
}

.basic-list .c_icon span.group_ja ,
.basic-list-english .c_icon span.group_ja {
	/* 他グループ */
	letter-spacing: -0.05em;
}

.basic-list .c_icon span.kansaisuper_ja ,
.basic-list-english .c_icon span.kansaisuper_ja {
    /* 関西スーパー */
    font-size: 13px;
	letter-spacing: -0.1em;
}

.basic-list .c_icon span.hankyu_hanshin_en ,
.basic-list-english .c_icon span.hankyu_hanshin_en {
	letter-spacing: -0.1em;
}

.basic-list .c_icon span.kansaisuper_en ,
.basic-list-english .c_icon span.kansaisuper_en {
    /* Kansaisuper */
	letter-spacing: -0.1em;
}

.basic-list .c_icon span.kansaisuper_ja ,
.basic-list-english .c_icon span.kansaisuper_ja ,
.basic-list .c_icon span.kansaisuper_en ,
.basic-list-english .c_icon span.kansaisuper_en {
	color: rgb(238, 0, 17);
	border-color: rgb(238, 0, 17);
}

.basic-list ul.tabItems li .c_icon span.h2o_en ,
.basic-list-english ul.tabItems li .c_icon span.h2o_en ,
.basic-list ul.tabItems li .c_icon span.h2o_ja ,
.basic-list-english ul.tabItems li .c_icon span.h2o_ja {
	color: #0071bc;
	border-color: #0071bc;
}

.basic-list ul.tabItems li .c_icon span.hankyu_hanshin_en ,
.basic-list-english ul.tabItems li .c_icon span.hankyu_hanshin_en ,
.basic-list ul.tabItems li .c_icon span.hankyu_hanshin_ja ,
.basic-list-english ul.tabItems li .c_icon span.hankyu_hanshin_ja {
	color: #515151;
	border-color: #515151;
}
.basic-list ul.tabItems li .c_icon span.oasis_en ,
.basic-list-english ul.tabItems li .c_icon span.oasis_en ,
.basic-list ul.tabItems li .c_icon span.oasis_ja ,
.basic-list-english ul.tabItems li .c_icon span.oasis_ja ,
.basic-list ul.tabItems li .c_icon span.izu_oa_en ,
.basic-list-english ul.tabItems li .c_icon span.izu_oa_en ,
.basic-list ul.tabItems li .c_icon span.izu_oa_ja ,
.basic-list-english ul.tabItems li .c_icon span.izu_oa_ja {
	color: #047f27;
	border-color: #047f27;
}

.basic-list ul.tabItems li .c_icon span.izumiya_en ,
.basic-list-english ul.tabItems li .c_icon span.izumiya_en ,
.basic-list ul.tabItems li .c_icon span.izumiya_ja ,
.basic-list-english ul.tabItems li .c_icon span.izumiya_ja {
	color: rgb(255, 133, 25);
	border-color: rgb(255, 133, 25);
}

.basic-list ul.tabItems li .c_icon span.group_en ,
.basic-list-english ul.tabItems li .c_icon span.group_en ,
.basic-list ul.tabItems li .c_icon span.group_ja ,
.basic-list-english ul.tabItems li .c_icon span.group_ja {
	color: #bf883a;
	border-color: #bf883a;
}




/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	.basic-list:not(.thumnail) ul.tabItems li .date ,
	.basic-list-english:not(.thumnail) ul.tabItems li .date {
		font-size: calc(1rem - 2px);
	}

	.basic-list:not(.thumnail) ul.tabItems li a .news_tx ,
	.basic-list-english:not(.thumnail) ul.tabItems li a .news_tx {
		font-size: calc(1rem - 2px);
	}

	/* １カラム時。２カラム以上は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: 17.4em;
	}

	.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;
/*		text-align: right; */

	/* 縦並び */
		float: left;
		width: 185px;
		margin-left: -195px;

	/* 横並び */
	/*
		min-width: 120px;
		margin-left: -120px;
	*/
	}

	.multiColumn1.layout_news_4ir .basic-list:not(.thumnail) ul.tabItems li h3 ,
	.multiColumn1.layout_news_4ir .basic-list-english:not(.thumnail) ul.tabItems li h3 {
		padding-top: 0px;
		padding-left: 12.8em;
	}

	.multiColumn1.layout_news_4ir .basic-list:not(.thumnail) ul.tabItems li .c_icon ,
	.multiColumn1.layout_news_4ir .basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
		width: 105px;
		margin-left: -115px;
	}

	.basic-list .yearTabs:before ,
	.basic-list-english .yearTabs:before ,
	.basic-list .tabs li.renkei:before ,
	.basic-list .tabs li.classification_ja:before ,
	.basic-list .tabs li.company_ja:before ,
	.basic-list .tabs li.recruit:before ,
	.basic-list .tabs li.office:before ,
	.basic-list .tabs li.owned_media:before ,
	.basic-list-english .tabs li.renkei:before ,
	.basic-list-english .tabs li.classification_en:before ,
	.basic-list-english .tabs li.company_en:before ,
	.basic-list-english .tabs li.recruit:before ,
	.basic-list-english .tabs li.office:before ,
	.basic-list-english .tabs li.owned_media:before {
		width: 130px;
	}

}

/* -- スマホ用 -- */
@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;
	}

	.basic-list .yearTabs ,
	.basic-list-english .yearTabs {
		border: 1px solid #3b87b3;
		border-top: 50px solid #3b87b3;
		padding: 15px 10px 10px;
	}

	.basic-list .tabs > ul > li[aria-hidden="false"] ,
	.basic-list-english .tabs > ul > li[aria-hidden="false"] {
		border: 1px solid #3b87b3;
		border-top: 50px solid #3b87b3;
		padding: 15px 10px 10px;
	}

	.basic-list .tabs span ,
	.basic-list-english .tabs span {
		min-width: calc(50% - 42px);
	}

	.basic-list .yearTabs:before ,
	.basic-list-english .yearTabs:before ,
	.basic-list .tabs li.renkei:before ,
	.basic-list .tabs li.classification_ja:before ,
	.basic-list .tabs li.company_ja:before ,
	.basic-list .tabs li.recruit:before ,
	.basic-list .tabs li.office:before ,
	.basic-list .tabs li.owned_media:before ,
	.basic-list-english .tabs li.renkei:before ,
	.basic-list-english .tabs li.classification_en:before ,
	.basic-list-english .tabs li.company_en:before ,
	.basic-list-english .tabs li.recruit:before ,
	.basic-list-english .tabs li.office:before ,
	.basic-list-english .tabs li.owned_media:before {
		top: -37px;
		left: 10px;
	}
}


.lx_multi2_hide_info .basic-list .yearTabs ,
.lx_multi2_hide_info .basic-list .tabs ,
.lx_multi2_hide_info .basic-list .clearTab ,
.lx_multi2_hide_info .basic-list .countTab ,
.lx_multi2_hide_info .basic-list-english .yearTabs ,
.lx_multi2_hide_info .basic-list-english .tabs ,
.lx_multi2_hide_info .basic-list-english .clearTab ,
.lx_multi2_hide_info .basic-list-english .countTab {
	display: none;
}

/*------------------------------------- 
 メディア
-------------------------------------*/
/*------------- 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: 28px;
	height: 24px;
	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;
	}

}






/* --------------------------------------
 個別設定
-------------------------------------- */
/*==== マルチ３カテゴリ設定用 ====*/
#site-info .ox_multi2_listing > *:not(.mgnlEditor) {
	display: none;
}

/*-- 画面内固定 上に戻るリンク 設定例：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;
}


@media print, screen and (min-width: 768px) {
	#site-info .topcontrol.fix-bottom ,
	#topcontrol.fix-bottom {
		position: absolute;
	}
}

#site-info .topcontrol.visible ,
#topcontrol.visible {
	bottom: 15px;
	opacity: 1;
}

#site-info .topcontrol > div ,
#topcontrol > div {
	position: relative;
	width: 100%;
	margin: auto;
}

#site-info .topcontrol a ,
#topcontrol a {
	position: absolute;
	bottom: 0;
	right: 15px;
}

/* 画像を使用する場合 */
#site-info .topcontrol a ,
#topcontrol a {
	display: block;
	width: 58px;
	height: 58px;
	background: url("../../../../../../resources/sw_img/pagetop.png") no-repeat center center;
	background-size: contain;
}


/* 画像を使用しない場合 */
/*
#site-info .topcontrol a ,
#topcontrol a {
	display: block;
	width: 51px;
	height: 42px;
	background: rgba(0,0,0, 0.53);
}

#site-info .topcontrol a::before ,
#topcontrol a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -9px;
	display: block;
	width: 17px;
	height: 17px;
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
*/

/*-- ページ内設置 上に戻るリンク 設定例：scroll.js用 --*/
#site-info .toTop ,
#toTop {
	text-align: right;
	margin: 3em 20px 80px;
}

#site-info .toTop a ,
#toTop a {
	padding-left: 1.44em;
	display: inline-block;
	position: relative;
	overflow: visible;
}

#site-info .toTop a::before ,
#toTop a::before {
	content: "";
	position: absolute;
	top: 0.85em;
	left: 0;
	margin-top: -0.3em;
	display: block;
	width: 0.7em;
	height: 0.7em;
	border-top: 0.1em solid #e50000;
	border-right: 0.1em solid #e50000;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	    transform: rotate(315deg);
}

#site-info .toTop ,
#toTop {
	display: none;
}



/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
	#site-info .topcontrol > div ,
	#topcontrol > div {
		max-width: calc(1000px + (51px + 50px) *2);
	}

	#site-info .topcontrol.fix-bottom ,
	#topcontrol.fix-bottom {
		position: absolute;
	}

}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
	#site-info .topcontrol ,
	#topcontrol {
		bottom: -60px;
	}

	#site-info .toTop ,
	#toTop {
		margin: 2em 20px 40px;
	}
}



/*------------------------------------- 
 ヘッダー・フッター・メニュー
-------------------------------------*/
#site-info .area-other {
	height: 0;
}

/*------------------------- デスクトップ用 ---------------------------*/
@media print, screen and (min-width: 768px) {
	/*------------------ ヘッダー ------------------*/
	#header {
		height: 121px;
		background: #666666;
	}

	#header ,
	#site-info .area-header * {
		-webkit-transition: 0.5s 0.1s;
		-o-transition: 0.5s 0.1s;
		transition: 0.5s 0.1s;
	}

	#site-info .area-header.on-pc > div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 121px;
		background: #fff;
		z-index: 10001;
	}
	body:not(.in-editor) #header.pad ~ #site-info .area-header > div {
		position: fixed;
	}

	#site-info .area-header.on-pc > div::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 6px;
		border-top: 1px solid rgba(77, 145, 185, 0.5);
		background: #6facc4;
		border-bottom: 1px solid rgba(162, 200, 218, 0.7);
	}

	/* ヘッダーパネル(グロナビ・メガドロップを除く) */
	#site-info .area-header-panel {
		width: 100%;
		border-bottom: 1px solid #eee;
	}

	#site-info .area-header-panel > div {
		position: relative;
		width: calc(1000px + 40px);
		height: 121px;
		overflow: hidden;
	}



	/* ロゴ */
	#site-info .area-header .area-logo {
		position: absolute;
		top: 15px;
		left: 60px;
	}

	#site-info .area-header .area-logo .teaser {
		display: inline-block;
		vertical-align: text-bottom;
		margin-right: 5px;
	}

	#site-info .area-header .area-logo .teaser h2 {
	}

	#site-info .area-header .area-logo .teaser h2 a {
		display: block;
		padding: 5px;
		font-size: 18px;
		color: #000;
		letter-spacing: 0.06em;
	}

	#site-info .area-header .area-logo .teaser > a {
		width: 70px;
		height: 59px;
		padding: 5px;
	}

	#site-info .area-header .area-logo .teaser > a img {
		max-width: none;
		max-height: 100%;
	}


	/* 検索 */
	#site-info .area-header .area-search-box {
		position: absolute;
		top: 20px;
		right: 40px;

		top: 50px;
		right: 210px;
	}

	body .en ~ #site-info .area-header .area-search-box {
		right: 120px;
	}

	#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: 50px;
		right: 35px;
	}

	#site-info .area-header .area-header-sub-panel > div {
	}

	#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;
		margin-left: 7px;
	}

	#site-info .area-header .area-lang-navi .link-list ul {
	}

	#site-info .area-header .area-lang-navi .link-list li {
		position: relative;
		display: inline-block;
		padding-left: 15px;
	}

	#site-info .area-header .area-lang-navi .link-list li::before {
		content: "|";
		color: #000;
		font-size: 14px;
		position: absolute;
		top: auto;
		left: 0;
	}

	#header.en ~ #site-info .area-header .area-lang-navi .link-list li::before {
		content: none;
	}

	#site-info .area-header .area-lang-navi .link-list li.highlight {
		display: none;
	}

	#site-info .area-header .area-lang-navi .link-list li a ,
	#site-info .area-header .area-lang-navi .link-list li span {
		color: #000;
		font-size: 14px;
		letter-spacing: 0.03em;
	}

	/* ヘッダーユーティリティリンク */
	#site-info .area-header .area-header-link .link-list li {
		position: relative;
		display: inline-block;
		padding-left: 7px;
		margin-left: 7px;
	}


	#site-info .area-header .area-header-link .link-list li a ,
	#site-info .area-header .area-header-link .link-list li span {
		color: #000;
		font-size: 14px;
		letter-spacing: 0.03em;
	}


	/* グロナビ */
	#site-info .area-gnavi {
		font-size: 0;
		width: 100%;
		margin-top: -36px;
		background: #6facc4;
	}

	#site-info .area-gnavi > div {
		display: table;
		width: calc(1000px + 40px);
		table-layout: auto;
		border-collapse: collapse;
	}

	#site-info .area-gnavi > div > div {
		display: table-row;
	}

	#site-info .area-gnavi > div > div > div {
		display: table-cell;
	/*	width: 10%; */
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img {
		position: relative;
		display: table;
/*		width: 100%; */
		min-width: 160px;
		height: 36px;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 {
		display: table-row;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a {
		display: table-cell;
		vertical-align: middle;
		padding: 4px 15px 0;
		text-align: center;
		font-size: 16px;
		color: #fff;
		font-weight: bold;
		line-height: 1.25;
		letter-spacing: 0.04em;
		text-decoration: none;
		border-bottom: 4px solid transparent;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a[target="_blank"]::before ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a[target="_blank"]::before {
		content: "";
		display: inline-block;
		width: 28px;
		height: 24px;
		background: url("../../../../../../resources/sw_img/linkout_white.png") center center no-repeat;
		background-size: contain;
		margin-right: 0.25em;
	}

	#site-info .area-gnavi >* >* >* >* > .teaser.no-img h2 a::after ,
	#site-info .area-gnavi >* >* >* >* > .external-teaser.no-img h2 a::after {
		content: "";
		display: inline-block;
		vertical-align: baseline;
		width: 8px;
		height: 11px;
		margin-bottom: 1px;
		background: url("../../../../../../resources/sw_img/icon_arr05.png") center center no-repeat;
		background-size: contain;
		margin-left: 2px;
	}

	#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 {
		border-bottom-color: #fff;
	}

	#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 {
		border-bottom-color: #fff;
	}

	#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%;
		padding: 0;
		color: #fff;

/* マウスオーバーで下に伸長 */
		max-height: 0;

/* マウスオーバーで全体が非透過化 */
/*		opacity: 0; */
/*		visibility: hidden; */

		z-index: 10;
		-webkit-transition: 0.5s 0.1s;
		-o-transition: 0.5s 0.1s;
		transition: 0.5s 0.1s;
	}

	#site-info .area-gnavi >* >* > div:hover .reuse-main-area {
/* マウスオーバーで下に伸長 */
		max-height: 550px;

/* マウスオーバーで全体が非透過化 */
/*		opacity: 1; */
/*		visibility: visible; */
	}


	#site-info .area-gnavi * * .reuse-main-area::after {
		content: "";
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		background: #222;
		background: url("../../../../../../resources/sw_img/bg_menu.jpg") center center no-repeat;
		background-size: cover;
		z-index: -1;
	}


	#site-info .area-gnavi * * .reuse-main-area > div {
		font-size: 0;

		display: table;
		margin: 40px auto 20px;
		width: 1000px;
	}

	/* メガドロップ カラム割 */
	#site-info .area-gnavi * * .reuse-main-area > div > div {
		display: table-cell;
		vertical-align: top;
		width: 25%;
		padding-right: 20px;
	}

	#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 > .multiColumn1 > .column1 ,
	#site-info .area-gnavi * * .reuse-main-area > .multiColumn2 > .column2 ,
	#site-info .area-gnavi * * .reuse-main-area > .multiColumn3 > .column3 ,
	#site-info .area-gnavi * * .reuse-main-area > .multiColumn4 > .column4 ,
	#site-info .area-gnavi * * .reuse-main-area > .multiColumn5 > .column5 {
		padding-right: 0px;
	}

	#site-info .area-gnavi * * .reuse-main-area > .multiColumn2 > .column1 {
		width: 75%;
	}
	#site-info .area-gnavi * * .reuse-main-area > .multiColumn3 > .column1 {
		width: 50%;
	}

	#site-info .area-gnavi * * .reuse-main-area > div.empty ,
	#site-info .area-gnavi * * .reuse-main-area > div > div.empty {
		display: none;
	}


	/* メガドロップの中身 */

	/* テキストバナー(ハイライト) on メガドロップ */
	#site-info .area-gnavi * * .reuse-main-area .teaser.no-img.highlight ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser.no-img.highlight {
		margin-bottom: 20px;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser.no-img.highlight h2 a ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser.no-img.highlight h2 a {
		position: relative;
		display: inline-block;
		color: #fff;
		font-size: 30px;
		line-height: 1.25;
	}

	/* テキストバナー on メガドロップ */
	#site-info .area-gnavi * * .reuse-main-area .teaser.no-img:not(.highlight) ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser.no-img:not(.highlight) {
		margin-bottom: 20px;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser.no-img:not(.highlight) h2 a ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser.no-img:not(.highlight) h2 a {
		position: relative;
		display: inline-block;
		padding: 10px 50px;
		text-align: center;
		color: #fff;
		font-size: 14px;
		line-height: 1.25;
		border: 1px solid #fff;
		border-radius: 50px;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser.no-img:not(.highlight) h2 a::before ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser.no-img:not(.highlight) h2 a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -5px;
		display: block;
		width: 7px;
		height: 7px;
		border-top: 1px solid #fff;
		border-right: 1px solid #Fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		    transform: rotate(45deg);
	}

	/* 画像バナー on メガドロップ */
	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) ,
	#site-info .area-gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0 15px;
	}


	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) > * ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) > * ,
	#site-info .area-gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		margin: 0;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 ,
	#site-info .area-gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a ,
	#site-info .area-gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 a {
		position: relative;
		font-size: 14px;
		color: #fff;
		border-bottom: 1px solid transparent;
		text-decoration: none;
		padding-left: 20px;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a::before ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a::before ,
	#site-info .area-gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -5px;
		display: block;
		width: 7px;
		height: 7px;
		border-top: 1px solid #fff;
		border-right: 1px solid #Fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		    transform: rotate(45deg);
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after {
		border: none;

		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 7px;
		height: 7px;
		background: url("../../../../../../resources/sw_img/link02_white.png") center center no-repeat;
		background-size: contain;
	}

	#site-info .area-gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 a[href*=".pdf"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 20px;
		height: 23px;
		background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 + a ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 + a ,
	#site-info .area-gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 + a {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		display: block;
		margin-bottom: 5px;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 + a img ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 + a img ,
	#site-info .area-gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 + a img {
		display: block;
	}


	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) p ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) p ,
	#site-info .area-gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) p {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

	#site-info .area-gnavi * * .reuse-main-area .teaser:not(.no-img):not(.highlight) h2 a:hover ,
	#site-info .area-gnavi * * .reuse-main-area .external-teaser:not(.no-img):not(.highlight) h2 a:hover ,
	#site-info .area-gnavi * * .reuse-main-area .download-teaser:not(.no-img):not(.highlight) h2 a:hover {
		border-bottom-color: #fff;
	}


	/* サイトマップ・リンクリスト on メガドロップ */
	#site-info .area-gnavi * * .reuse-main-area .link-list ,
	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st {
		font-size: 0;
	}

	/* 折り返し(逆N型) */
	#site-info .area-gnavi * * .reuse-main-area .link-list ul ,
	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin-bottom: 10px;
	}

	#site-info .area-gnavi * * .reuse-main-area .ux_sitemap_fold .link-list ul ,
	#site-info .area-gnavi * * .reuse-main-area .ux_sitemap_fold .sitemap-1st ul {
		width: calc(100% - 10px);
		margin-right: 10px;
	}

	#site-info .area-gnavi * * .reuse-main-area .ux_sitemap_fold .link-list ul ,
	#site-info .area-gnavi * * .reuse-main-area .ux_sitemap_fold .sitemap-1st ul {
		width: calc(50% - 10px);
	}

	#site-info .area-gnavi * * .reuse-main-area .ux_sitemap_fold.fold3 .link-list ul ,
	#site-info .area-gnavi * * .reuse-main-area .ux_sitemap_fold.fold3 .sitemap-1st ul {
		width: calc(33.33% - 10px);
	}

	#site-info .area-gnavi * * .reuse-main-area .ux_sitemap_fold.fold4 .link-list ul ,
	#site-info .area-gnavi * * .reuse-main-area .ux_sitemap_fold.fold4 .sitemap-1st ul {
		width: calc(25% - 10px);
	}

	/* 折り返し(Z型) */
	#site-info .area-gnavi * * .reuse-main-area .lx_sitemap_li_2col .link-list li:not(.highlight) ,
	#site-info .area-gnavi * * .reuse-main-area .lx_sitemap_li_2col .sitemap-1st li {
		width: calc(50% - 10px);
		margin-right: 10px;
	}

	#site-info .area-gnavi * * .reuse-main-area .lx_sitemap_li_3col .link-list li:not(.highlight) ,
	#site-info .area-gnavi * * .reuse-main-area .lx_sitemap_li_3col .sitemap-1st li {
		width: calc(33.33% - 10px);
		margin-right: 10px;
	}

	#site-info .area-gnavi * * .reuse-main-area .lx_sitemap_li_4col .link-list li:not(.highlight) ,
	#site-info .area-gnavi * * .reuse-main-area .lx_sitemap_li_4col .sitemap-1st li {
		width: calc(25% - 10px);
		margin-right: 10px;
	}

	/* サイトマップ・リンクリスト on メガドロップ */
	#site-info .area-gnavi * * .reuse-main-area .link-list li.highlight ,
	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st h3 {
		border-bottom: 1px solid #999;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}

	#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-block;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid transparent;
	}

	#site-info .area-gnavi * * .reuse-main-area .link-list li.highlight a::before ,
	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st h3 a::before {
	}

	#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 {
	}

	#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;
		min-width: 150px;
		border-right: 1px solid #ccc;
		padding-right: 15px;
		margin-right: 15px;
		margin-bottom: 10px;
	}

	#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-block;
		text-align: center;
		color: #fff;
		font-size: 16px;
		font-weight: normal;
		border-bottom: 1px solid transparent;
	}

	#site-info .area-gnavi * * .reuse-main-area .link-list li:not(.highlight) a::before ,
	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st li a::before {
	}

	#site-info .area-gnavi * * .reuse-main-area .link-list li:not(.highlight) a[target="_blank"]::after ,
	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 28px;
		height: 24px;
		background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	#site-info .area-gnavi * * .reuse-main-area .link-list li:not(.highlight) a:hover ,
	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st li a:hover {
		border-color: #999;
	}

	#site-info .area-gnavi * * .reuse-main-area .sitemap-1st ul.siteLevel_2 {
		display: none;
	}



	/* スクロール時 */
	#header.float ~ #site-info .area-header.on-pc > div {
		background: #fff;
	}


	/* コンパクトヘッダー */
	#header.float {
/*		height: 75px; */
	}

	#header.float ~ #site-info .area-header > div ,
	#header.float ~ #site-info .area-header-panel > div {
/*		height: 75px; */
	}

	#header.float ~ #site-info .area-header .area-header-sub-panel {
/*		opacity: 0; */
	}

	#header.float ~ #site-info .area-header .area-logo {
/*		top: 23px; */
	}




	/*------------------ フッター ------------------*/
	#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 {
		background: #81bfdf;
		color: #000;
	}

	#site-info .area-footer .area-footer-frame2 {
		background: #81bfdf;
		color: #000;
	}

	#site-info .area-footer .area-footer-frame1 {
		background: #81bfdf;
		color: #000;
	}

	#site-info .area-footer .area-footer-frame3 > div ,
	#site-info .area-footer .area-footer-frame2 > div ,
	#site-info .area-footer .area-footer-frame1 > div {
		max-width: calc(1000px + 40px);
	}


	/* フッターサイトマップ */
	#site-info .area-footer-sitemap {
		padding: 60px 0 20px;
	}

	#site-info .area-footer-sitemap >* {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	#site-info .area-footer-sitemap >* >* {
		display: table-row;
	}
	#site-info .area-footer-sitemap >* >* >* {
		display: table-cell;
		vertical-align: top;
		width: 10%;
	}

	#site-info .area-footer-sitemap .sitemap-1st {
		margin-right: 20px;
	}

	#site-info .area-footer-sitemap .link-list a ,
	#site-info .area-footer-sitemap .sitemap-1st a {
		display: inline-block;
		color: #fff;
		font-size: 12px;
		border-bottom: 1px solid transparent;
		margin-bottom: 10px;
	}

	#site-info .area-footer-sitemap .link-list a[target="_blank"]::after ,
	#site-info .area-footer-sitemap .sitemap-1st a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 28px;
		height: 24px;
		background: url("../../../../../../resources/sw_img/linkout.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 {
		border-bottom-color: #5f5f5f;
	}

	#site-info .area-footer-sitemap .link-list li.highlight ,
	#site-info .area-footer-sitemap .sitemap-1st > h3 {
		border-bottom: 1px solid #5f5f5f;
		margin-bottom: 15px;
	}

	#site-info .area-footer-sitemap .link-list li.highlight a ,
	#site-info .area-footer-sitemap .sitemap-1st > h3 a {
		font-size: 14px;
		margin-bottom: 5px;
	}


	/* フッターサイトロゴ */
	#site-info .area-footer-logo {
		padding: 20px 0 40px;
	}

	#site-info .area-footer-logo::after {
		content: "";
		display: block;
		clear: both;
	}

	#site-info .area-footer-logo a {
		float: right;
		width: 160px;
		height: 34px;
	}

	#site-info .area-footer-logo a img {
		width: 100%;
	}


	/* フッターリンク集 */
	#site-info .area-footer-link {
		padding: 12px 0;
	}

	#site-info .area-footer-link .link-list ul {
		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 #000;
	}

	#site-info .area-footer-link .link-list ul li a ,
	#site-info .area-footer-link .link-list ul li span {
		font-size: 16px;
		color: #000;
		letter-spacing: 0.04em;
	}

	#site-info .area-footer-link .link-list ul li a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 28px;
		height: 24px;
		background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}


	/* コピーライト */
	#site-info .area-footer-copyright {
		padding: 12px 0;
		text-align: center;
		font-size: 16px;
		color: #000;
		letter-spacing: 0.04em;
	}

}


/*--------------------------- スマホ用 -----------------------------*/
@media handheld, only screen and (max-width: 767px) {

	/* -- css ハンバーガーアイコン -- */
	#panel2-btn{
		position: fixed;
		top: 5px;
		right: 0;
		display: block;
		width: 40px;
		height: 40px;
		margin: 8px 9px;
		border-radius: 10%;
		background: #FFF;
		border: 1px solid #6facc4;
		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: 18px;
		left: 8px;
		width: 22px;
		height: 2px;
		margin: 0;
		background: #6facc4;

		-webkit-transition: .2s .4s;
		-o-transition: .2s .4s;
		transition: .2s .4s;
	}

	.panel2-btn-icon1 {
		margin-top: -7px;
	}
	.panel2-btn-icon2 {
		margin-top: 0px;
	}
	.panel2-btn-icon3 {
		margin-top: 7px;
	}

	.panel2-btn-icon1::before ,
	.panel2-btn-icon3::before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 22px;
		height: 2px;
		background: #6facc4;

		-webkit-transition: .3s .1s;
		-o-transition: .3s .1s;
		transition: .3s .1s;
	}

	.panel2-btn-title {
		overflow: hidden;
		display: block;
		position: absolute;
		top: 31px;
		left: 0;
		width: 40px;
		height: 12px;

		display: none;
	}

	.panel2-btn-title li {
		display: block;
		width: 40px;
		height: 15px;

		line-height: 1;
		font-size: 10px;
		color: #6facc4;
		text-align: center;

		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		    transform: scale(0.8);
	}
	.panel2-btn-title li:first-child {
		margin-top: -15px;

		-webkit-transition: .5s .1s;
		-o-transition: .5s .1s;
		transition: .5s .1s;
	}


	/* -- open時 -- */
	#panel2-sw:checked + div .panel2-btn-icon1 ,
	#panel2-sw:checked + div .panel2-btn-icon2 ,
	#panel2-sw:checked + div .panel2-btn-icon3 {
		background: transparent;
		margin-top: 0;

		-webkit-transition: .2s .1s;
		-o-transition: .2s .1s;
		transition: .2s .1s;
	}

	#panel2-sw:checked + div .panel2-btn-icon1::before ,
	#panel2-sw:checked + div .panel2-btn-icon3::before {
		width: 30px;
		left: -4px;

		-webkit-transition: .3s .3s;
		-o-transition: .3s .3s;
		transition: .3s .3s;
	}

	#panel2-sw:checked + div .panel2-btn-icon1::before {
		-webkit-transform: rotate(-225deg);
		-ms-transform: rotate(-225deg);
		    transform: rotate(-225deg);
	}

	#panel2-sw:checked + div .panel2-btn-icon3::before {
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		    transform: rotate(-135deg);
	}

	#panel2-sw:checked + div .panel2-btn-title li:first-child {
		margin-top: 0px;

		-webkit-transition: .5s .25s;
		-o-transition: .5s .25s;
		transition: .5s .25s;
	}

	/*------------------ ヘッダー ------------------*/
	#header {
		height: 66px;
	}

	#site-info .on-pc {
		display: none !important;
	}

	#site-info .area-header.on-sp {
	}

	#site-info .area-header.on-sp > div::before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 5px;
		border-top: 1px solid rgba(77, 145, 185, 0.5);
		background: #6facc4;
		border-bottom: 1px solid rgba(77, 145, 185, 0.5);
		z-index: 10020;
	}


	/* ヘッダーパネル */
	#site-info .area-header .area-header-panel {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 66px;
		background: #fff;
		z-index: 10010;
	}

	/* スクロール時 */
	#header.float ~ #site-info .area-header .area-header-panel {
		background: #fff;
	}

	/* ロゴ */
	#site-info .area-header .area-logo {
		position: absolute;
		top: 10px;
		left: 10px;
		width: calc(100% - 65px);
	}

	#site-info .area-header .area-logo .teaser {
		display: inline-block;
		vertical-align: text-bottom;
		max-width: calc(100% - 70px);
		margin-right: 5px;
	}

	#site-info .area-header .area-logo .teaser h2 a {
		padding: 5px;
		color: #000;
		font-size: 10px;
		letter-spacing: 0.06em;
	}

	#site-info .area-header .area-logo .teaser > a {
		width: auto;
		height: 50px;
		padding: 5px;
	}

	#site-info .area-header .area-logo .teaser > a img {
		max-width: none;
		max-height: 100%;
	}

	/* 検索 */
	#site-info .area-header .area-search-box {
		position: absolute;
		top: 20px;
		right: 65px;
	}

	#site-info .area-header .area-search-box .text-section.highlight {
		width: 24px;
		height: 26px;
		padding: 3px;
		cursor: pointer;
	}

	#site-info .area-header .area-search-box .text-section.highlight img[src$=".svg"] {
		max-width: 100%;
		max-height: 100%;
	}

	/* メニュー */
	/* 66pxはヘッダーの高さ分 */
	#site-info .area-menu {
		font-size: 0;
		position: fixed;
		top: 66px;
		left: 0;
		width: 100vw;
		height: calc(100% - 66px);
		max-height: 100%;
		overflow: hidden;
		z-index: 10000;

		-webkit-transition: .7s .1s;
		-o-transition: .7s .1s;
		transition: .7s .1s;

		background: #fff;
	/*	background: rgba(255, 255, 255, 0.9); */
	}

	#panel2-sw:not(:checked) ~ #site-info .area-header .area-menu {
	/*	max-height: 0; */
		left: 100%;
	}


	/* 3way-navi */
	#site-info .area-menu > div {
		position: absolute;
		width: 100vw;
		height: 100%;
		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: #005cb7;
		font-size: 18px;
		font-weight: normal;
		padding: 15px 35px;
		text-align: left;
		border-bottom: 1px solid #005cb7;
	}

	#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: 28px;
		height: 24px;
		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 {
		color: #0066cc;
		padding-left: 40px;
		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;
		left: 20px;
		top: 50%;
		margin-top: -11px;
		width: 9px;
		height: 22px;
		background: url("../../../../../../resources/sw_img/icon_arr03.png") no-repeat center center;
		background-size: contain;
	}

	/* 現在地表示 */
	#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 {
		color: #005cb7;
		background: #aadce8;
		border-bottom: none;
	}

	#site-info .area-gnavi .sitemap-1st .gn-back span::before {
	}

	/* フォルダトップ */
	#site-info .area-gnavi .sitemap-1st a.gn-folder-top {
		color: #fff;
		background: #6facc4;
		border-bottom: none;
	}

	#site-info .area-gnavi .sitemap-1st a.gn-folder-top::before {
	}

	/* ↓階層フォルダへ */
	#site-info .area-gnavi .sitemap-1st a.gn-to-folder {
	}

	#site-info .area-gnavi .sitemap-1st a.gn-to-folder::before {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -11px;
		width: 9px;
		height: 22px;
		background: url("../../../../../../resources/sw_img/icon_arr03.png") no-repeat center center;
		background-size: contain;
	}


	/* ヘッダーユーティリティリンク集 */
	#site-info .area-utility-link {
		padding: 5px 0;
		color: #fff;
		background: #444;
	}

	#site-info .area-utility-link .link-list ul {
		padding: 10px 0;
		text-align: center;
	}

	#site-info .area-utility-link .link-list ul li {
		position: relative;
		display: inline-block;
		margin: 0 20px;
	}

	#site-info .area-utility-link .link-list ul li a ,
	#site-info .area-utility-link .link-list ul li span {
		font-size: 12px;
		font-weight: bold;
	}

	#site-info .area-utility-link .link-list ul li a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 28px;
		height: 24px;
		background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}

	/* 言語リンク */
	#site-info .area-lang-navi {
		padding: 15px 0;
		background: #eee;
	}

	#site-info .area-lang-navi .link-list ul {
		text-align: center;
	}

	#site-info .area-lang-navi .link-list ul li {
		display: inline-block;
		width: 50%;
	}

	#site-info .area-lang-navi .link-list ul li.highlight {
/*		display: none; */
	}

	#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: 12px;
		font-weight: bold;
		color: #222;
		background: #fff;
		border: 1px solid #eee;
	}

	#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: #a4a4a4;
		background: #f7f7f7;
	}


	/*------------------ フッター ------------------*/
	#site-info .area-footer {
	}

	#site-info .area-footer .area-footer-frame3 ,
	#site-info .area-footer .area-footer-frame2 ,
	#site-info .area-footer .area-footer-frame1 {
		background: #81bfdf;
		color: #000;
	}

	#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: #000;
		color: #fff;

		display: none;
	}

	#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 {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		height: 55px;
		padding: 5px 5px;
		color: #fff;
		font-size: 13px;
		font-weight: normal;
		border-bottom: 1px solid transparent;
		margin-bottom: 10px;
	}

	#site-info .area-footer-sitemap .link-list a[target="_blank"]::after ,
	#site-info .area-footer-sitemap .sitemap-1st a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 28px;
		height: 24px;
		background: url("../../../../../../resources/sw_img/linkout.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 {
		border-bottom-color: #000;
	}

	#site-info .area-footer-sitemap .sitemap-1st > h3 {
		display: table;
		width: 100%;
		height: 55px;
	}

	#site-info .area-footer-sitemap .sitemap-1st > h3 a {
	}

	#site-info .area-footer-sitemap .link-list li:not(.highlight) ,
	#site-info .area-footer-sitemap .sitemap-1st ul {
		display: none;
	}

	/* フッターロゴ */
	#site-info .area-footer-logo {
		background: #000;
		color: #fff;

		display: none;
	}

	#site-info .area-footer-logo {
		margin: 10px 20px;
	}

	#site-info .area-footer-logo a {
		padding: 10px;
	}


	/* フッターリンク集 */
	#site-info .area-footer-link {
		padding-top: 10px;
	}

	#site-info .area-footer-link .link-list ul {
		padding: 10px 0;
		padding-right: 15px;
		text-align: center;
	}

	#site-info .area-footer-link .link-list ul li {
		display: inline-block;
		margin-left: 15px;
		padding-left: 15px;
	}

	#site-info .area-footer-link .link-list ul li + li {
		border-left: 1px solid #000;
	}

	#site-info .area-footer-link .link-list ul li a ,
	#site-info .area-footer-link .link-list ul li span {
		font-size: 12px;
		color: #000;
		letter-spacing: 0.04em;
	}

	#site-info .area-footer-link .link-list ul li a[target="_blank"]::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 28px;
		height: 24px;
		background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
		background-size: contain;
		margin-left: 5px;
	}


	/* コピーライト */
	#site-info .area-footer-copyright {
		padding: 5px 0 15px;
		text-align: center;
		font-size: 10px;
		letter-spacing: 0.04em;
		transform: scale(0.9);
	}


}



/*------------------ プラグイン・サイト内共通 特殊設定 ------------------*/

/*==== ページ遷移時フェイドイン設定 ====*/

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;
}

body.loaded {
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}




/*==== スクロールエフェクト ====*/
/* 出現アニメーション */
#promos3 .fadeObj ,
.fadeObj {
	opacity: 0;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translate(0, 30px);
	    -ms-transform: translate(0, 30px);
	        transform: translate(0, 30px);
}

#promos3 .fadeObj.visible ,
.fadeObj.visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}

.fadeObj.visible.column1 {
	-webkit-transition-delay: 0.1s;
	     -o-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}
#promos3 .fadeObj.visible ,
.fadeObj.visible.column2 {
	-webkit-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}
.fadeObj.visible.column3 {
	-webkit-transition-delay: 0.5s;
	     -o-transition-delay: 0.5s;
	        transition-delay: 0.5s;
}
.fadeObj.visible.column4 {
	-webkit-transition-delay: 0.7s;
	     -o-transition-delay: 0.7s;
	        transition-delay: 0.7s;
}
.fadeObj.visible.column5 {
	-webkit-transition-delay: 1.0s;
	     -o-transition-delay: 1.0s;
	        transition-delay: 1.0s;
}


/*===== 検索ダイアログ =====*/
#dialog_search {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0, 0.4);

	-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: 20px;
	border-radius: 10%;
	background: #FFF;
	z-index: 10000;
}

.close_btn:hover{
	background: #FFF;
	background: rgba(255,255,255, 0.8);
}

.close2-btn-icon1 ,
.close2-btn-icon2 ,
.close2-btn-icon3 {
	display: block;
	position: absolute;
	top: 17px;
	left: 9px;
	width: 22px;
	height: 2px;
	margin: 0;
	background: #19294b;

	-webkit-transition: .2s .4s;
	-o-transition: .2s .4s;
	transition: .2s .4s;
}

.close2-btn-icon1 {
	margin-top: -7px;
}
.close2-btn-icon2 {
	margin-top: 0px;
}
.close2-btn-icon3 {
	margin-top: 7px;
}

.close2-btn-icon1::before ,
.close2-btn-icon3::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 2px;
	background: #19294b;

	-webkit-transition: .3s .1s;
	-o-transition: .3s .1s;
	transition: .3s .1s;
}

.close2-btn-title {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 31px;
	left: 0;
	width: 40px;
	height: 12px;
}

.close2-btn-title li {
	display: block;
	width: 40px;
	height: 15px;

	line-height: 1;
	font-size: 10px;
	color: #19294b;
	text-align: center;

	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	    transform: scale(0.8);
}
.close2-btn-title li:first-child {
	margin-top: -15px;

	-webkit-transition: .5s .1s;
	-o-transition: .5s .1s;
	transition: .5s .1s;
}


/* -- open時 -- */
.close_btn .close2-btn-icon1 ,
.close_btn .close2-btn-icon2 ,
.close_btn .close2-btn-icon3 {
	background: transparent;
	margin-top: 0;

	-webkit-transition: .2s .1s;
	-o-transition: .2s .1s;
	transition: .2s .1s;
}

.close_btn .close2-btn-icon1::before ,
.close_btn .close2-btn-icon3::before {
	width: 30px;
	left: -4px;

	-webkit-transition: .3s .3s;
	-o-transition: .3s .3s;
	transition: .3s .3s;
}

.close_btn .close2-btn-icon1::before {
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	    transform: rotate(-225deg);
}

.close_btn .close2-btn-icon3::before {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	    transform: rotate(-135deg);
}

.close_btn .close2-btn-title li:first-child {
	margin-top: 0px;

	-webkit-transition: .5s .25s;
	-o-transition: .5s .25s;
	transition: .5s .25s;
}


#dialog_search .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;
}

/* 検索ダミー */
#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 #6facc4;
	background: #6facc4 url("../../../../../../resources/sw_img/icon_glass_white.svg") center center no-repeat;;
}

/* 検索(MARS FINDER) */
.mf_finder_searchBox_items .mf_finder_searchBox_submit span {
	margin: 0;
}

.mf_finder_searchBox_submit {
	color: #fff !important;
	font-size: 24px !important;
}

.mf_finder_searchBox_doctype ,
.mf_finder_searchBox_selects {
	display: none !important;
}

.mf_finder_searchBox_query_input {
	border: none !important;
}

div.mf_finder_organic_doc_body {
	height: auto;
}

#sharewithmain .mf_finder_searchBox {
	margin-bottom: 1rem;
}

/* Google カスタム検索 */
#dialog_search .search_inputbox table.gsc-search-box td {
	background-color: transparent;
    padding: 0;
    border: none;
}

#dialog_search .search_inputbox table.gsc-search-box td.gsc-input {
	padding-right: 0;
	padding: 0;
}

#dialog_search .search_inputbox .gsc-input-box {
	border: none;
}

#dialog_search .search_inputbox .gsc-input-box .gsib_b {
	display: none;
}

#dialog_search .search_inputbox input[type="text"] {
	padding: 10px 20px !important;
	background-position: 20px center;
}

#dialog_search .search_inputbox .gsc-search-button {
	margin-left: 0;
}

#dialog_search .search_inputbox .gsc-search-button-v2 {
	border: none;
	border-radius: 0;
	padding: 13px 13px;
	background-color: #6facc4;
}

#dialog_search .search_inputbox .gsc-search-button-v2 svg {
	width: 17px;
	height: 17px;
}

/*==== カルーセル：スライドMV ====*/

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {

	/*==== カルーセル：スライドMV（縦横比率固定型） ====*/
	/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
	/* 下の例: */
	/* 最小スライドエリアwidth: 1040px(bodyのmin-width) */
	/* 画像サイズ: 1920px * 1150px */

	[data-page-marker~="with-slider"] #mv ,
	#area-slider {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
	}

	[data-page-marker~="with-slider"] #mv {
		min-height: calc(100% / 1920 * 1150 - 121px);
	}
	[data-page-marker~="with-slider"] #header.en ~ #mv {
		min-height: calc(100% / 1920 * 810 - 121px);
	}

	[data-page-marker~="with-slider"] #mv::before {
		content: "";
		display: block;
		padding-top: calc(100% / 1920 * 1150 - 121px);
	}
	[data-page-marker~="with-slider"] #header.en ~ #mv::before {
		content: "";
		display: block;
		padding-top: calc(100% / 1920 * 810 - 121px);
	}

	#area-slider::before {
		content: "";
		display: block;
		padding-top: calc(100% / 1920 * 1150);
	}
	#header.en ~* #area-slider::before {
		content: "";
		display: block;
		padding-top: calc(100% / 1920 * 810);
	}

	#area-slider  {
		position: absolute;
		top: 0;
		left: 0;
	}

	#area-slider > div {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
	}

	#area-slider .slick-slide {
		overflow: hidden;
	}

	#area-slider .slick-slide::before {
		content: "";
		display: block;
		padding-top: calc(100% / 1920 * 1150);
	}
	#header.en ~* #area-slider .slick-slide::before {
		content: "";
		display: block;
		padding-top: calc(100% / 1920 * 810);
	}

	#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 img ,
	#area-slider .slick-slide * *:last-child {
		margin-bottom: 0;
	}

	#area-slider .slick-slide > .column2 {
		display: none;
	}

	#area-slider .slick-slide > .column1 {
		width: 100%;
	}

	#area-slider .slick-slide > .column1 img {
		width: 100%;
	}

	#area-slider .slick-slide .text-section img.pos-4 + .text {
		margin-top: calc(121px / 2);
		font-weight: bold;
	}
	#header.ja ~* #area-slider .slick-slide .text-section img.pos-4 + .text {
		letter-spacing: 0.2em;
	}

	#area-slider .slick-slide .logo {
		width: 170px !important;
		height: 170px !important;
		font-size: 0;
		color: transparent;
		background: url("../../../../../../resources/sw_img/logo.png") no-repeat center center;
		background-size: contain;
	}

	#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;
	}

	[data-page-marker~="with-slider"] #mv::before ,
	#area-slider::before {
		content: "";
		display: block;
		padding-top: calc(100% / 490 * 441);
	}

	[data-page-marker~="with-slider"] #mv::before {
		padding-top: calc(100% / 490 * 441 - 66px);
	}

	#area-slider  {
		position: absolute;
		top: 0;
		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% / 490 * 441);
	}

	#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 {
		display: none;
	}

	#area-slider .slick-slide > .column2 {
/*		width: calc(100% * 1920 / 1040); */
	}

	#area-slider .slick-slide > .column2 img {
		width: 100%;
		margin-bottom: 0;
	}

	#area-slider .slick-slide * *:last-child {
		margin-bottom: 0;
	}

	#area-slider .slick-slide .text-section img.pos-4 + .text {
		margin-top: calc(66px / 2);
		font-size: 14px;
		font-weight: bold;
		line-height: 1.25;
	}
	#header.ja ~* #area-slider .slick-slide .text-section img.pos-4 + .text {
		letter-spacing: 0.2em;
	}

	#area-slider .slick-slide .logo {
		width: 85px !important;
		height: 85px !important;
		font-size: 0;
		color: transparent;
		background: url("../../../../../../resources/sw_img/logo.png") no-repeat center center;
		background-size: contain;
	}

	#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 ====*/
.area-slider .column1 ,
.area-slider .column2 ,
.area-slider .column3 ,
.area-slider .column4 ,
.area-slider .column5 {
	margin-bottom: 0;
}

/* -- デスクトップ用 -- */
@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%;
		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: 60px;
		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: -15px;
}
#area-smulti-slider .slick-next {
	right: 3px;
}

#area-smulti-slider .slick-prev::before ,
#area-smulti-slider .slick-next::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url("../../../../../../resources/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;
	}
}


/*==== マルチ３一覧(サムネイル付き) タイル型ニューススライド ====*/
/* 設定resetしない、はみ出し対策必須 */
#sharewithmain .ux_slick_multi2_tile {
	overflow: hidden;
}

#sharewithmain .ux_slick_multi2_tile .basic-list.thumnail {
	overflow: visible;
	position: relative;
}

#sharewithmain .ux_slick_multi2_tile .basic-list.thumnail .tabItems {
	margin: 0;
}

#sharewithmain .ux_slick_multi2_tile .basic-list.thumnail .slick-slide {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(99.9999% / 3 - 18px);
	margin-right: 18px;
	margin-bottom: 30px;
}

#sharewithmain .ux_slick_multi2_tile .arrow-dots {
	display: block;
}

#sharewithmain .ux_slick_multi2_tile .slick-dots {
/*	display: none !important; */
	bottom: -20px;
}

#sharewithmain .ux_slick_multi2_tile .slick-dots li {
	margin: 0 5px;
}


#sharewithmain .ux_slick_multi2_tile .slick-dots li button {
	display: block;
	width: 60px;
	height: 6px;
	background: #fff;
	border: 1px solid #ccc;
}

#sharewithmain .ux_slick_multi2_tile .slick-dots li.slick-active button {
	background: #6facc4;
	border: 1px solid #6facc4;
}



#sharewithmain .ux_slick_multi2_tile .slick-prev ,
#sharewithmain .ux_slick_multi2_tile .slick-next {
	margin: 0;

	top: calc(328px / 2 - 25px);
	width: 50px;
	height: 50px;
	z-index: 1;

	opacity: 0.5;
}

#sharewithmain .ux_slick_multi2_tile .slick-prev {
	left: -15px;
}
#sharewithmain .ux_slick_multi2_tile .slick-next {
	right: -15px;
}

#sharewithmain .ux_slick_multi2_tile .slick-prev::before ,
#sharewithmain .ux_slick_multi2_tile .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;
}

#sharewithmain .ux_slick_multi2_tile .slick-next::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#sharewithmain .ux_slick_multi2_tile .slick-prev:hover ,
#sharewithmain .ux_slick_multi2_tile .slick-prev:focus ,
#sharewithmain .ux_slick_multi2_tile .slick-prev:active ,
#sharewithmain .ux_slick_multi2_tile .slick-next:hover ,
#sharewithmain .ux_slick_multi2_tile .slick-next:focus ,
#sharewithmain .ux_slick_multi2_tile .slick-next:active {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	#sharewithmain .ux_slick_multi2_tile .basic-list.thumnail {
		padding: 0 20px;
	}

	#sharewithmain .ux_slick_multi2_tile .slick-prev ,
	#sharewithmain .ux_slick_multi2_tile .slick-next {
		top: calc(150px / 2 - 18px);
		width: 35px;
		height: 35px;
	}

	#sharewithmain .ux_slick_multi2_tile .slick-prev::before ,
	#sharewithmain .ux_slick_multi2_tile .slick-next::before {
		width: 35px;
		height: 35px;
	}

	#sharewithmain .ux_slick_multi2_tile .slick-prev {
		left: -20px;
	}
	#sharewithmain .ux_slick_multi2_tile .slick-next {
		right: -20px;
	}

	#sharewithmain .ux_slick_multi2_tile .slick-dots li button {
		width: 30px;
	}
}



/*==== 外部サイト警告ダイアログ ====*/
#site-info .area-outer-link > *:not(.mgnlEditor) {
	display: none;
}

.dialog-outer-link {
	z-index: 3010;
}

.dialog-outer-link + .modaal-overlay {
	z-index: 3000;
	background: #fff !important;
	opacity: 1 !important;
}

.dialog-outer-link .modaal-container {
	-webkit-box-shadow: none;
	        box-shadow: none;
}


.dialog-outer-link .text-section.highlight {
	text-align: center;
}

.dialog-outer-link .text-section.highlight strong {
	display: block;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.31;
	color: #333;
	margin-bottom: 35px;
}

.dialog-outer-link .text-section.highlight em {
	font-style: normal;
}

.dialog-outer-link .modaal-confirm-wrap {
	padding-top: 55px;
}

.dialog-outer-link .modaal-confirm-btn.modaal-ok ,
.dialog-outer-link .modaal-confirm-btn.modaal-cancel {
	text-decoration: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;

	position: relative;
	display: inline-block;
	vertical-align: middle;
	min-width: 180px;
	padding: 16px 23px 14px 37px;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	border-radius: 2px;
	background: #000066;
	margin: 0 20px;
}

.dialog-outer-link .modaal-confirm-btn.modaal-cancel {
	color: #000066;
	background: #dbdbdb;
}

.dialog-outer-link .modaal-confirm-btn.modaal-cancel::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -5px;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #006;
	border-left: 1px solid #006;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.dialog-outer-link .modaal-confirm-btn.modaal-ok::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -7px;
	display: inline-block;
	width: 28px;
	height: 24px;
	background: url("../../../../../../resources/sw_img/linkout_white.png") center center no-repeat;
	background-size: contain;
}

/*
.dialog-outer-link .modaal-confirm-btn.modaal-ok:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 24px;
	background: url("../../../../../../resources/sw_img/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}
*/

.dialog-outer-link .modaal-confirm-btn.modaal-ok:hover {
	color: #000066;
	background: #aeb8de;
}
.dialog-outer-link .modaal-confirm-btn.modaal-cancel:hover {
	color: #000066;
	background: #eaeaea;
}

.dialog-outer-link .modaal-confirm-btn.modaal-ok:hover::before {
	background-image: url("../../../../../../resources/sw_img/linkout.png");
}



/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	.dialog-outer-link .modaal-confirm-wrap {
		padding-top: 55px;
		direction: rtl;
	}
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.dialog-outer-link .text-section.highlight strong {
		font-size: 20px;
		margin-bottom: 14px;
	}

	.dialog-outer-link .modaal-content-container {
		padding: 0;
	}

	.dialog-outer-link .modaal-confirm-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}

	.dialog-outer-link .modaal-confirm-btn.modaal-ok ,
	.dialog-outer-link .modaal-confirm-btn.modaal-cancel {
		width: 100%;
		margin: 0;
		margin-bottom: 24px;
	}
}


/*==== 言語切り替えリンク(旧) ====*/
.lang_link {
	position: absolute;
	bottom: 0px;
	right: 20px;
	display: block;
	z-index: 20;
}

/*-- 言語切り替えボタンスタイル --*/
/*.lang_link { width:1000px; height:100%; position:absolute; left:50%; bottom:0; margin-left:-500px; z-index:2; }*/
.lang_link.hidden { display:none; }
.lang_link a {
	display:flex;
	width:100px;
	height:30px;
	line-height:30px;
	background:#cdcdcd;
	text-decoration:none;
	font-size:13px;
	border-radius:4px;
	overflow:hidden;
	transition:.2s;
	position:absolute;
	bottom:35px;
	right:0;
}
.lang_link a:hover { opacity:0.7; }
.lang_link a span { display:inline-block; text-align:center; }
.lang_link a .inactive { width:45%; color:#908f8f; }
.lang_link a .active {
	width:55%; color:#fff; border-radius:4px;
/*
	background-image: -moz-linear-gradient( 90deg, rgb(213,75,0) 0%, rgb(255,116,40) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(213,75,0) 0%, rgb(255,116,40) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(213,75,0) 0%, rgb(255,116,40) 100%);
*/
	background: #3989b5;
}

@media handheld, only screen and (max-width: 767px) {
	.lang_link {
		right: 10px;
	}

	.lang_link span {
		font-size: 12px;
	}
}



/*==== 言語切り替えリンク(3言語対応) ====*/
.ax_lang_link {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 100%;
	z-index: 20;
}

.ax_lang_link.hidden ,
.ax_lang_link .hidden { display:none; }

.ax_lang_link ul {
	overflow: hidden;
	display: flex;
	font-size: 13px;
	border-radius:4px;
	padding: 0 5px;
}

.ax_lang_link li > a ,
.ax_lang_link li > span {
	position: relative;
	display:flex;
	width: 55px;
	height: 30px;
	margin: 0 -2.5px;
	align-items: center;
	justify-content: center;
	text-align: center;
	color:#908f8f;
	font-size:13px;
	text-decoration:none;
	background: #cdcdcd;
	border-radius:4px;
	transition:.2s;
}
.ax_lang_link li > a:hover { opacity:0.7; }
.ax_lang_link li.active > span ,
.ax_lang_link li.active > a {
	z-index: 1;
	color:#fff;
	background: #3989b5;
	border-radius:4px;
}

.ax_lang_link li.inactive > a {
}

@media print, screen and (min-width: 768px) {
	.ax_lang_link > div {
		position: relative;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}

	.ax_lang_link ul {
		position: absolute;
		bottom: 35px;
		right: 0;
	}
}


@media handheld, only screen and (max-width: 767px) {
	.ax_lang_link ul {
		position: absolute;
		bottom: 20px;
		right: 10px;	}

	.ax_lang_link li > a ,
	.ax_lang_link li > span {
		width: 45px;
		height: 25px;
		font-size: 12px;
	}
}



/*==== タブ切り替え ====*/
#sharewithmain .ux_tab_next_mcol {
}

.ux_tab_next_mcol .ux_tab_select {
	cursor: pointer;
}

#sharewithmain .ux_tab_next_mcol ~ .ux_tab_content.close {
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#sharewithmain .ux_tab_next_mcol .ux_tab_select.empty-tab {
	pointer-events: none;
}

/*===== アコーディオン =====*/
#sharewithmain .layout_accordion {
}

#sharewithmain .layout_accordion > .column1 {
	cursor: pointer;
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_accordion > .column1 ,
	#sharewithmain .layout_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", "Hiragino Kaku Gothic", "メイリオ", 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_pager div.link-list:not(.highlight) h2:before {
	content: none;
}

.layout_pager div.link-list:not(.highlight) h2 {
	padding: 0;
	margin:0;
	border: none;
	background: none;
	color: inherit;
	font-size: inherit;
	font-weight: normal;

	text-align: center;
	margin-bottom: 10px;
}

.layout_pager div.link-list:not(.highlight) ul {
	font-size: 0;
	text-align: center;
}

.layout_pager div.link-list:not(.highlight) ul li[class] {
	padding: 0;
	margin:0;
	border: none;
	background: none;

	display: inline-block;
	vertical-align: top;
}

.layout_pager div.link-list:not(.highlight) ul li[class]:before {
	content: none;
}

.layout_pager div.link-list:not(.highlight) ul li[class]:not(.highlight) a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	margin: 3px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #005aab;
	background: #005aab;
}

.layout_pager div.link-list:not(.highlight) ul li:not(.highlight) a:hover ,
.layout_pager div.link-list:not(.highlight) ul li:not(.highlight) a.act {
	color: #005aab;
	background: #fff;
}

.layout_pager div.link-list:not(.highlight) ul li.highlight a {
	position: relative;
	overflow: visible;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100px;
	height: 40px;
	margin: 3px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #005aab;
	background: #005aab;
}


/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-child(1) a ,
	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-child(2) a {
		margin-left: 25px;
		border-left: none;
	}

	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-child(1) a:before ,
	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-child(2) a:before {
		content: "";
		display: inline-block;
		position: absolute;

		top: 5px;
		left: -15px;
		width: 28.68px;
		height: 28.68px;
		background: #005aab;
		border-left: 1px solid #005aab;
		border-top: 1px solid #005aab;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		z-index: -1;
	}

	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-last-child(1) a ,
	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-last-child(2) a ,
	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-last-child(3) a {
		margin-right: 25px;
		border-right: none;
	}

	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-last-child(1) a:after ,
	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-last-child(2) a:after ,
	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-last-child(3) a:after {
		content: "";
		display: inline-block;
		position: absolute;

		top: 5px;
		right: -15px;
		width: 28.68px;
		height: 28.68px;
		background: #005aab;
		border-right: 1px solid #005aab;
		border-top: 1px solid #005aab;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		z-index: -1;
	}

	.layout_pager div.link-list:not(.highlight) ul li.highlight a:hover {
		color: #005aab;
		background: #fff;
	}

	.layout_pager div.link-list:not(.highlight) ul li.highlight a:hover:before ,
	.layout_pager div.link-list:not(.highlight) ul li.highlight a:hover:after {
		background: #fff;
	}
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.layout_pager div.link-list:not(.highlight) ul li[class]:not(.highlight) a {
		width: 30px;
		height: 30px;
		margin: 1px;
		font-size: 13px;
	}

	.layout_pager div.link-list:not(.highlight) ul li.highlight a {
		width: 45px;
		height: 30px;
		margin: 1px;
		font-size: 13px;
	}

	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-child(1) a ,
	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-child(2) a {
		font-size: 0;
	}

	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-child(1) a:before ,
	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-child(2) a:before {
		content: "";
		display: inline-block;
		border: 15px solid #fff;
		border-right-color: #005aab;
		position: absolute;
		top: -1px;
		left: -1px;
	}

	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-last-child(1) a ,
	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-last-child(2) a ,
	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-last-child(3) a {
		font-size: 0;
	}

	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-last-child(1) a:after ,
	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-last-child(2) a:after ,
	.layout_pager div.link-list:not(.highlight) ul li.highlight:nth-last-child(3) a:after {
		content: "";
		display: inline-block;
		border: 15px solid #fff;
		border-left-color: #005aab;
		position: absolute;
		top: -1px;
		right: -1px;
	}

}


/*==== タブ風スタイル01 ====*/
#sharewithmain .layout_link_tabstyle01 {
}

.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 ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class]::after {
	content: none;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li > span ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li > a {
	position: relative;
	overflow: visible;
	display: block;
	margin: 0 5px;
	padding: 20px 0 20px;
	text-align: center;
	color: #0066cc;
	text-decoration: none;
	border-bottom: 2px solid #888;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li > span::before ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li > a::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	display: block;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top: 7px solid #888;
	margin-left: -7px;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act > span ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act > a ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li > a:hover {
	color: #333;
	border-bottom-color: #222;

}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act > span::before ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act > a::before ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li > a:hover::before {
	border-top-color: #222;
}

.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;
}


/*==== タブ風スタイル02 ====*/
#sharewithmain .layout_link_tabstyle02 {
}

.layout_link_tabstyle02 div.link-list:not(.highlight) {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 10px;
}

.layout_link_tabstyle02 div.link-list:not(.highlight) ul {
	margin: 0;

	display: table-row
}

.layout_link_tabstyle02 div.link-list:not(.highlight) ul li[class] {
	margin: 0;
	padding: 0;
	background: none;

	display: table-cell;
}

.layout_link_tabstyle02 div.link-list:not(.highlight) ul li[class]::before ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li[class]::after {
	content: none;
}

.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > span ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > a {
	position: relative;
	overflow: visible;
	display: block;
	margin: 0 2px;
	padding: 14px 0 14px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #84ADC5;
	text-decoration: none;
	border-bottom: 4px solid #DFECF5;
}

.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > span::before ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > a::before {
}

.layout_link_tabstyle02 div.link-list:not(.highlight) ul li.act > span ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li.act > a ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > a:hover {
	color: #3989B5;
	border-bottom-color: #3989B5;
}

.layout_link_tabstyle02 div.link-list:not(.highlight) ul li.act > span::before ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li.act > a::before ,
.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > a:hover::before {
}

.layout_link_tabstyle02 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul ,
.layout_link_tabstyle02 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul li[class] {
	display: block;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > span ,
	.layout_link_tabstyle02 div.link-list:not(.highlight) ul li > a {
		font-size: 13px;
		padding: 12px 0 12px;
	}
}


/*==== マルチカラムの上下に線を引く、連続した時は線を重ねる ====*/
/* 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;
	}
}


/*-- わたしたちのSTORY --*/
.lx_top_mcol_story .basic-list.thumnail ul.tabItems li ,
.lx_top_mcol_story .basic-list-english.thumnail ul.tabItems li {
	width: calc(100% / 2 - 18px);
}

@media handheld, only screen and (max-width: 767px) {
	.lx_top_mcol_story .basic-list.thumnail ul.tabItems li ,
	.lx_top_mcol_story .basic-list-english.thumnail ul.tabItems li {
		width: calc(100% - 18px);
	}
}


/*-- ニュース用 狭幅moreボタン --*/
.layout_narrow_teaser01 .teaser.no-img:not(.highlight) ,
.layout_narrow_teaser01 .external-teaser.no-img:not(.highlight) {
	max-width: 320px;
	width: 50%;
}

/*-- ブロークングリッド用 左寄せ狭幅moreボタン --*/
.layout_narrow_teaser02 .teaser.no-img:not(.highlight) ,
.layout_narrow_teaser02 .external-teaser.no-img:not(.highlight) {
	max-width: 200px;
	width: 50%;
	margin-left: 0;
}

/*-- ブロークングリッド用 左寄せ狭幅＋左詰めリンクボタン --*/
.layout_narrow_teaser03 .teaser.no-img:not(.highlight) ,
.layout_narrow_teaser03 .external-teaser.no-img:not(.highlight) {
	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:not(.highlight) ,
	.layout_combo_news .basic-list-english:not(.thumnail) + .teaser.no-img:not(.highlight) {
		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:not(.highlight) ,
	.layout_combo_news > .column1 .basic-list-english:not(.thumnail) + .teaser.no-img:not(.highlight) {
		margin-left: -250px;
	}

	.layout_combo_news > .column2 .basic-list:not(.thumnail) + .teaser.no-img:not(.highlight) ,
	.layout_combo_news > .column2 .basic-list-english:not(.thumnail) + .teaser.no-img:not(.highlight) {
		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;
	}
}


/*-- 背景画像付き01 --*/
#sharewithmain .layout_bg_topimg01 {
	color: #fff;
	background: url("../../../../../../resources/sw_img/bg_top01.jpg") no-repeat center center;
	background-size: cover;
}

.layout_bg_topimg01 .title2 h2 ,
.layout_bg_topimg01 .title3 h3 ,
.layout_bg_topimg01 .title4 h4 {
	color: #fff;
}


/*-- 背景画像付き02 --*/
#sharewithmain .layout_bg_topimg02 {
	color: #fff;
	background: url("../../../../../../resources/sw_img/bg_top02.jpg") no-repeat center center;
	background-size: cover;
}





/*-- PC:第１カラムが左端中段に配置、SP:第１カラムが上で左端に配置 --*/
#sharewithmain .layout_col_broken_01 {
	position: relative;
	margin-bottom: 40px;
}

/*-- PC:第１カラムが右端中段に配置、SP:第１カラムが上で右端に配置 --*/
#sharewithmain .layout_col_broken_01.layout_column_rtl {
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	#sharewithmain .layout_col_broken_01 > .column1 {
		vertical-align: middle;
		width: 40%;
		margin-left: 0;
		margin-right: 5%;
	}

	#sharewithmain .layout_col_broken_01 > .column2 {
		vertical-align: middle;
		width: 550px;
		margin-left: 0;
		margin-right: calc(55% - 550px);
		padding: 40px 0;
	}

	#sharewithmain .layout_col_broken_01.layout_column_rtl > .column1 {
		margin-left: 5%;
		margin-right: 0;
	}

	#sharewithmain .layout_col_broken_01.layout_column_rtl > .column2 {
		margin-left: calc(55% - 550px);
		margin-right: 0;
	}
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .layout_col_broken_01 {
		padding-left: 0;
		padding-right: 0;
	}

	#sharewithmain .layout_col_broken_01 > .column1 {
		margin-left: 0;
		margin-right: 10%;
		width: 90%;
	}

	#sharewithmain .layout_col_broken_01 > .column2 {
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
	}

	#sharewithmain .layout_col_broken_01.layout_column_rtl > .column1 {
		margin-left: 0;
		margin-right: 10%;
	}
}

#sharewithmain .layout_col_broken_01 > .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):not(.highlight) ,
.layout_teaser02 .external-teaser:not(.no-img):not(.highlight) ,
.layout_teaser02 .download-teaser:not(.no-img):not(.highlight) {
	position: relative;
	display: block;
}

.layout_teaser02 .teaser:not(.no-img):not(.highlight) h2 ,
.layout_teaser02 .external-teaser:not(.no-img):not(.highlight) h2 ,
.layout_teaser02 .download-teaser:not(.no-img):not(.highlight) 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):not(.highlight) h2 a ,
.layout_teaser02 .external-teaser:not(.no-img):not(.highlight) h2 a ,
.layout_teaser02 .download-teaser:not(.no-img):not(.highlight) h2 a {
	margin: 0;
	background: none;

	-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%;
	height: 100%;
	padding: 20px 40px;
	font-size: 26px;
	color: #222;
	font-weight: normal;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.layout_teaser02 .teaser:not(.no-img):not(.highlight) h2 a span ,
.layout_teaser02 .external-teaser:not(.no-img):not(.highlight) h2 a span ,
.layout_teaser02 .download-teaser:not(.no-img):not(.highlight) h2 a span {
	display: block;
	font-size: 12px;
	margin: 3px 0;
	letter-spacing: normal;
}

.layout_teaser02 .teaser:not(.no-img):not(.highlight) h2 a::before ,
.layout_teaser02 .external-teaser:not(.no-img):not(.highlight) h2 a::before ,
.layout_teaser02 .download-teaser:not(.no-img):not(.highlight) h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
	width: 14px;
	height: 23px;
	background: url("../../../../../../resources/sw_img/icon_arr01.svg") center center no-repeat;
	background-size: contain;
}

.layout_teaser02 .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after ,
.layout_teaser02 .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 24px;
	background: url("../../../../../../resources/sw_img/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.layout_teaser02 .teaser:not(.no-img):not(.highlight) h2 + a ,
.layout_teaser02 .external-teaser:not(.no-img):not(.highlight) h2 + a ,
.layout_teaser02 .download-teaser:not(.no-img):not(.highlight) h2 + a {
}

.layout_teaser02 .teaser:not(.no-img):not(.highlight) h2 + a img ,
.layout_teaser02 .external-teaser:not(.no-img):not(.highlight) h2 + a img ,
.layout_teaser02 .download-teaser:not(.no-img):not(.highlight) 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):not(.highlight) p ,
.layout_teaser02 .external-teaser:not(.no-img):not(.highlight) p ,
.layout_teaser02 .download-teaser:not(.no-img):not(.highlight) p {
	display: none;
}

.layout_teaser02 .teaser:not(.no-img):not(.highlight) h2 a:hover ,
.layout_teaser02 .external-teaser:not(.no-img):not(.highlight) h2 a:hover ,
.layout_teaser02 .download-teaser:not(.no-img):not(.highlight) h2 a:hover ,
.layout_teaser02 .teaser:not(.no-img):not(.highlight):hover h2 a ,
.layout_teaser02 .external-teaser:not(.no-img):not(.highlight):hover h2 a ,
.layout_teaser02 .download-teaser:not(.no-img):not(.highlight):hover h2 a {
}

.layout_teaser02 .teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.layout_teaser02 .external-teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.layout_teaser02 .download-teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.layout_teaser02 .teaser:not(.no-img):not(.highlight):hover h2 + a img ,
.layout_teaser02 .external-teaser:not(.no-img):not(.highlight):hover h2 + a img ,
.layout_teaser02 .download-teaser:not(.no-img):not(.highlight):hover h2 + a img {
	opacity: 1;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}


/*-- YouTube用 --*/
.layout_teaser02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//www.youtube.com"] ,
.layout_teaser02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//youtu.be"] {
	position: relative;
}

.layout_teaser02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//www.youtube.com"] img ,
.layout_teaser02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//youtu.be"] img {
	width: 100%;
}

.layout_teaser02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//www.youtube.com"]::before ,
.layout_teaser02 div.external-teaser:not(.no-img):not(.highlight) > 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):not(.highlight) h2 a[href*="//www.youtube.com"]::after ,
.layout_teaser02 div.external-teaser:not(.no-img):not(.highlight) h2 a[href*="//youtu.be"]::after {
	content: none;
}

.layout_teaser02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//www.youtube.com"]:hover::before ,
.layout_teaser02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//youtu.be"]:hover::before {
	background-color: rgba(0,0,0, 0.2);
}

.layout_teaser02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//www.youtube.com"]:hover img ,
.layout_teaser02 div.external-teaser:not(.no-img):not(.highlight) > a[href*="//youtu.be"]:hover img {
	opacity: 1;
}

.layout_teaser02 div.external-teaser:not(.no-img):not(.highlight) h2 + a[href*="//www.youtube.com"]::before ,
.layout_teaser02 div.external-teaser:not(.no-img):not(.highlight) h2 + a[href*="//youtu.be"]::before ,
.layout_teaser02 div.external-teaser:not(.no-img):not(.highlight) h2 + a[href*="//www.youtube.com"]:hover::before ,
.layout_teaser02 div.external-teaser:not(.no-img):not(.highlight) h2 + a[href*="//youtu.be"]:hover::before {
	background-color: transparent;
}


/*-- カラム下マージン無し --*/
#sharewithmain .layout_col_mb0 {
}

#sharewithmain .layout_col_mb0 > .column1 ,
#sharewithmain .layout_col_mb0 > .column2 ,
#sharewithmain .layout_col_mb0 > .column3 ,
#sharewithmain .layout_col_mb0 > .column4 ,
#sharewithmain .layout_col_mb0 > .column5 {
	margin-bottom: 0;
}


/*-- バナー下マージン無し --*/
#sharewithmain .layout_teaser_mb0 {
}

#sharewithmain .layout_teaser_mb0 .teaser ,
#sharewithmain .layout_teaser_mb0 .external-teaser ,
#sharewithmain .layout_teaser_mb0 .download-teaser {
	margin-bottom: 0;
}


/*-- テキスト下マージン無し --*/
#sharewithmain .layout_text_mb0 {
}

#sharewithmain .layout_text_mb0 .text-section {
	margin-bottom: 0;
}

#sharewithmain .layout_text_img_mb0 {
}

#sharewithmain .layout_text_img_mb0 .text-section img {
	margin-bottom: 0;
}


/*==== テーブルの枠線を消す ====*/
#sharewithmain .layout_table_no_border {
}

.layout_table_no_border .shwTable table.htCore tr td ,
.layout_table_no_border th,
.layout_table_no_border td {
	border-color: transparent;
}


#sharewithmain .layout_table_no_v_border {
}

.layout_table_no_v_border .shwTable table.htCore tr td ,
.layout_table_no_v_border th,
.layout_table_no_v_border td {
	border-left-color: transparent;
	border-right-color: transparent;
}


#sharewithmain .layout_table_no_h_border {
}

.layout_table_no_h_border .shwTable table.htCore tr td ,
.layout_table_no_h_border th,
.layout_table_no_h_border td {
	border-top-color: transparent;
	border-bottom-color: transparent;
}


/*==== テーブルを上下中央揃えにする ====*/
#sharewithmain .layout_table_no_border {
}

.layout_table_valign_middle .shwTable table.htCore tr td ,
.layout_table_valign_middle th,
.layout_table_valign_middle td {
	vertical-align: middle;
}





/*-- 見出し type02・02b --*/
#sharewithmain .layout_title2_02 ,
#sharewithmain .layout_title2_02b {
}

.layout_title2_02 .title2 h2 ,
.layout_title2_02b .title2 h2 {
	padding-left: 0;
	margin-top: 0;

	font-size: 29px;
	color: #222;
	font-weight: normal;
	line-height: 1.25;
	letter-spacing: 0.2em;
}

.layout_title2_02b .title2 h2 {
	letter-spacing: 0.1em;
}

.layout_title2_02 .title2 h2 span ,
.layout_title2_02b .title2 h2 span {
	margin-left: 1em;
	font-size: 18px;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.layout_title2_02 .title2 h2 ,
	.layout_title2_02b .title2 h2 {
		text-align: center;
		font-size: 24px;
	}

	.layout_title2_02 .title2 h2 span ,
	.layout_title2_02b .title2 h2 span {
		display: block;
		font-size: 14px;
		letter-spacing: 0.2em;
	}
}


/*-- 外水色・内白色背景 --*/
#sharewithmain .layout_box_blue01 {
	background: #84adc5;
	padding: 80px 0;
	margin-bottom: 60px;
}

#sharewithmain .layout_box_blue01 > .column1 {
	padding: 10px 60px;
	background: #fff;
}

.layout_box_blue01 .basic-list:not(.thumnail) ,
.layout_box_blue01 .basic-list-english:not(.thumnail) {
	margin-bottom: 20px;
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	#sharewithmain .layout_box_blue01 {
		padding: 10px 10px;
	}

	#sharewithmain .layout_box_blue01 > .column1 {
		padding: 10px 10px;
	}
}


/*-- タイトル横バナー --*/
#sharewithmain .layout_teaser_aside_title {
}

#sharewithmain .layout_teaser_aside_title > .column1 {
	position: relative;
}

.layout_teaser_aside_title .teaser.no-img:not(.highlight) {
	display: table;
}

.layout_teaser_aside_title .teaser.no-img:not(.highlight) h2 a {
	border: none;
	height: auto;

    padding: 10px 20px 10px 10px;
	color: #005cb7;
	font-size: 16px;
	letter-spacing: 0;
}

.layout_teaser_aside_title .teaser.no-img:not(.highlight) h2 a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -18px;
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 36px;
	background: url("../../../../../../resources/sw_img/icon_arr03.png") center center no-repeat;
	background-size: contain;
}

.layout_teaser_aside_title .rss-content {
    position: absolute;
    top: 25px;
    right: 10px;
}


/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	.layout_teaser_aside_title .teaser.no-img:not(.highlight) {
		position: absolute;
		top: 30px;
		right: 60px;
	}

	.layout_teaser_aside_title .teaser.no-img:not(.highlight) h2 a {
		font-size: 18px;
	}

	.layout_teaser_aside_title .rss-content {
	    right: 170px;
    }

    #header.en ~* .layout_teaser_aside_title .rss-content {
	    right: 195px;
    }

}





/*-- バナー type03 --*/
#sharewithmain .layout_teaser03 {
}

.layout_teaser03 .teaser:not(.no-img):not(.highlight) ,
.layout_teaser03 .external-teaser:not(.no-img):not(.highlight) ,
.layout_teaser03 .download-teaser:not(.no-img):not(.highlight) {
	position: relative;
	display: block;
}

.layout_teaser03 .teaser:not(.no-img):not(.highlight) h2 ,
.layout_teaser03 .external-teaser:not(.no-img):not(.highlight) h2 ,
.layout_teaser03 .download-teaser:not(.no-img):not(.highlight) h2 {
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	z-index: 2;
}

.layout_teaser03 .teaser:not(.no-img):not(.highlight) h2 a ,
.layout_teaser03 .external-teaser:not(.no-img):not(.highlight) h2 a ,
.layout_teaser03 .download-teaser:not(.no-img):not(.highlight) 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):not(.highlight) h2 a span ,
.layout_teaser03 .external-teaser:not(.no-img):not(.highlight) h2 a span ,
.layout_teaser03 .download-teaser:not(.no-img):not(.highlight) h2 a span {
	display: block;
	font-size: 16px;
	margin: 3px 0;
	letter-spacing: normal;
}

.layout_teaser03 .teaser:not(.no-img):not(.highlight) h2 a::before ,
.layout_teaser03 .external-teaser:not(.no-img):not(.highlight) h2 a::before ,
.layout_teaser03 .download-teaser:not(.no-img):not(.highlight) 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):not(.highlight) h2 a[target="_blank"]::after ,
.layout_teaser03 .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 24px;
	background: url("../../../../../../resources/sw_img/linkout_white.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.layout_teaser03 .teaser:not(.no-img):not(.highlight) h2 + a ,
.layout_teaser03 .external-teaser:not(.no-img):not(.highlight) h2 + a ,
.layout_teaser03 .download-teaser:not(.no-img):not(.highlight) h2 + a {
}

.layout_teaser03 .teaser:not(.no-img):not(.highlight) h2 + a img ,
.layout_teaser03 .external-teaser:not(.no-img):not(.highlight) h2 + a img ,
.layout_teaser03 .download-teaser:not(.no-img):not(.highlight) h2 + a img {
	display: block;
	width: 100%;
/*	opacity: 1; */
}


.layout_teaser03 .teaser:not(.no-img):not(.highlight) p ,
.layout_teaser03 .external-teaser:not(.no-img):not(.highlight) p ,
.layout_teaser03 .download-teaser:not(.no-img):not(.highlight) p {
	display: none;
}

.layout_teaser03 .teaser:not(.no-img):not(.highlight) h2 a:hover ,
.layout_teaser03 .external-teaser:not(.no-img):not(.highlight) h2 a:hover ,
.layout_teaser03 .download-teaser:not(.no-img):not(.highlight) h2 a:hover ,
.layout_teaser03 .teaser:not(.no-img):not(.highlight):hover h2 a ,
.layout_teaser03 .external-teaser:not(.no-img):not(.highlight):hover h2 a ,
.layout_teaser03 .download-teaser:not(.no-img):not(.highlight):hover h2 a {
}

.layout_teaser03 .teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.layout_teaser03 .external-teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.layout_teaser03 .download-teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.layout_teaser03 .teaser:not(.no-img):not(.highlight):hover h2 + a img ,
.layout_teaser03 .external-teaser:not(.no-img):not(.highlight):hover h2 + a img ,
.layout_teaser03 .download-teaser:not(.no-img):not(.highlight):hover h2 + a img {
	opacity: 0.7;
}


.layout_teaser03.multiColumn2 .teaser:not(.no-img):not(.highlight) h2 a ,
.layout_teaser03.multiColumn2 .external-teaser:not(.no-img):not(.highlight) h2 a ,
.layout_teaser03.multiColumn2 .download-teaser:not(.no-img):not(.highlight) h2 a {
	font-size: 24px;
}

.layout_teaser03.multiColumn2 .teaser:not(.no-img):not(.highlight) h2 a span ,
.layout_teaser03.multiColumn2 .external-teaser:not(.no-img):not(.highlight) h2 a span ,
.layout_teaser03.multiColumn2 .download-teaser:not(.no-img):not(.highlight) h2 a span {
	font-size: 16px;
}

.layout_teaser03.multiColumn3 .teaser:not(.no-img):not(.highlight) h2 a ,
.layout_teaser03.multiColumn3 .external-teaser:not(.no-img):not(.highlight) h2 a ,
.layout_teaser03.multiColumn3 .download-teaser:not(.no-img):not(.highlight) h2 a {
	font-size: 20px;
}

.layout_teaser03.multiColumn3 .teaser:not(.no-img):not(.highlight) h2 a span ,
.layout_teaser03.multiColumn3 .external-teaser:not(.no-img):not(.highlight) h2 a span ,
.layout_teaser03.multiColumn3 .download-teaser:not(.no-img):not(.highlight) h2 a span {
	font-size: 14px;
}

.layout_teaser03.multiColumn4 .teaser:not(.no-img):not(.highlight) h2 a ,
.layout_teaser03.multiColumn4 .external-teaser:not(.no-img):not(.highlight) h2 a ,
.layout_teaser03.multiColumn4 .download-teaser:not(.no-img):not(.highlight) h2 a {
	font-size: 18px;
}

.layout_teaser03.multiColumn4 .teaser:not(.no-img):not(.highlight) h2 a span ,
.layout_teaser03.multiColumn4 .external-teaser:not(.no-img):not(.highlight) h2 a span ,
.layout_teaser03.multiColumn4 .download-teaser:not(.no-img):not(.highlight) h2 a span {
	font-size: 12px;
}




/*-- バナー type04 --*/
#sharewithmain .layout_teaser04 {
}

.layout_teaser04 .teaser:not(.no-img):not(.highlight) ,
.layout_teaser04 .external-teaser:not(.no-img):not(.highlight) ,
.layout_teaser04 .download-teaser:not(.no-img):not(.highlight) {
	position: relative;
	padding: 20px;
	border: 1px solid #bbb;
}

.layout_teaser04 .teaser:not(.no-img):not(.highlight) h2 ,
.layout_teaser04 .external-teaser:not(.no-img):not(.highlight) h2 ,
.layout_teaser04 .download-teaser:not(.no-img):not(.highlight) h2 {
}

.layout_teaser04 .teaser:not(.no-img):not(.highlight) h2 a ,
.layout_teaser04 .external-teaser:not(.no-img):not(.highlight) h2 a ,
.layout_teaser04 .download-teaser:not(.no-img):not(.highlight) h2 a {
}

.layout_teaser04 .teaser:not(.no-img):not(.highlight) h2 a span ,
.layout_teaser04 .external-teaser:not(.no-img):not(.highlight) h2 a span ,
.layout_teaser04 .download-teaser:not(.no-img):not(.highlight) h2 a span {
}

.layout_teaser04 .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after ,
.layout_teaser04 .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]::after {
/*
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 24px;
	background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
*/
}

.layout_teaser04 .teaser:not(.no-img):not(.highlight) h2 + a ,
.layout_teaser04 .external-teaser:not(.no-img):not(.highlight) h2 + a ,
.layout_teaser04 .download-teaser:not(.no-img):not(.highlight) h2 + a {
}

.layout_teaser04 .teaser:not(.no-img):not(.highlight) h2 + a img ,
.layout_teaser04 .external-teaser:not(.no-img):not(.highlight) h2 + a img ,
.layout_teaser04 .download-teaser:not(.no-img):not(.highlight) h2 + a img {
	display: block;
	width: 100%;
}


.layout_teaser04 .teaser:not(.no-img):not(.highlight) p ,
.layout_teaser04 .external-teaser:not(.no-img):not(.highlight) p ,
.layout_teaser04 .download-teaser:not(.no-img):not(.highlight) p {

}

.layout_teaser04 .teaser:not(.no-img):not(.highlight) h2 a:hover ,
.layout_teaser04 .external-teaser:not(.no-img):not(.highlight) h2 a:hover ,
.layout_teaser04 .download-teaser:not(.no-img):not(.highlight) h2 a:hover ,
.layout_teaser04 .teaser:not(.no-img):not(.highlight):hover h2 a ,
.layout_teaser04 .external-teaser:not(.no-img):not(.highlight):hover h2 a ,
.layout_teaser04 .download-teaser:not(.no-img):not(.highlight):hover h2 a {
}

.layout_teaser04 .teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.layout_teaser04 .external-teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.layout_teaser04 .download-teaser:not(.no-img):not(.highlight) h2 + a:hover img ,
.layout_teaser04 .teaser:not(.no-img):not(.highlight):hover h2 + a img ,
.layout_teaser04 .external-teaser:not(.no-img):not(.highlight):hover h2 + a img ,
.layout_teaser04 .download-teaser:not(.no-img):not(.highlight):hover h2 + a img {
	opacity: 0.7;
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.layout_teaser04 .teaser:not(.no-img):not(.highlight) ,
	.layout_teaser04 .external-teaser:not(.no-img):not(.highlight) ,
	.layout_teaser04 .download-teaser:not(.no-img):not(.highlight) {
		padding: 10px;
	}
}



/*-- バナー type05 --*/
#sharewithmain .layout_teaser05 {
}


.layout_teaser05 .teaser.no-img:not(.highlight) ,
.layout_teaser05 .external-teaser.no-img:not(.highlight) ,
.layout_teaser05 .download-teaser.no-img:not(.highlight) {
	max-width: none;
}

.layout_teaser05 .teaser.no-img:not(.highlight) h2 ,
.layout_teaser05 .external-teaser.no-img:not(.highlight) h2 ,
.layout_teaser05 .download-teaser.no-img:not(.highlight) h2 {
	position: relative;
	background: #fff;
}

.layout_teaser05 .teaser.no-img:not(.highlight) h2::before ,
.layout_teaser05 .external-teaser.no-img:not(.highlight) h2::before ,
.layout_teaser05 .download-teaser.no-img:not(.highlight) 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:not(.highlight) h2 a ,
.layout_teaser05 .external-teaser.no-img:not(.highlight) h2 a ,
.layout_teaser05 .download-teaser.no-img:not(.highlight) 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:not(.highlight) h2 a::before ,
.layout_teaser05 .external-teaser.no-img:not(.highlight) h2 a::before ,
.layout_teaser05 .download-teaser.no-img:not(.highlight) 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:not(.highlight) h2 a[target="_blank"]::after ,
.layout_teaser05 .external-teaser.no-img:not(.highlight) h2 a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 24px;
	background: url("../../../../../../resources/sw_img/linkout.png") center center no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.layout_teaser05 .download-teaser.no-img:not(.highlight) h2 a[href*=".pdf"]::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 23px;
	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:not(.highlight) p ,
.layout_teaser05 .external-teaser.no-img:not(.highlight) p ,
.layout_teaser05 .download-teaser.no-img:not(.highlight) p {
	margin-top: 5px;
	font-size: 14px;
}

.layout_teaser05 .teaser.no-img:not(.highlight) h2 a:hover ,
.layout_teaser05 .external-teaser.no-img:not(.highlight) h2 a:hover ,
.layout_teaser05 .download-teaser.no-img:not(.highlight) h2 a:hover {
	background-color: #000;
	color: #fff;
}

.layout_teaser05 .teaser.no-img:not(.highlight) h2 a:hover::before ,
.layout_teaser05 .external-teaser.no-img:not(.highlight) h2 a:hover::before ,
.layout_teaser05 .download-teaser.no-img:not(.highlight) 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:not(.highlight) h2 a ,
	.layout_teaser05 .external-teaser.no-img:not(.highlight) h2 a ,
	.layout_teaser05 .download-teaser.no-img:not(.highlight) 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 ,
4444444444.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", "Hiragino Kaku Gothic", "メイリオ", 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;
}


/*==== 会社情報 > 役員紹介 ====*/
/* 役員紹介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;
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.layout_basemap1 .vtable-item > table > tbody > tr > td.vtable-item2 a {
		padding: 8px 12px;
		font-size: 0;
	}
}






/*==== 会社情報 > 沿革 ====*/
/* 合併前 */
#sharewithmain .layout_set_history01 {
}

.layout_set_history01 .vertical-table:last-child {
	margin-bottom: 0;
}

.layout_set_history01 .vtable-item > table > tbody > tr > th ,
.layout_set_history01 .vtable-item > table > tbody > tr > td {
	background: none;
	border: none;

	border-bottom: 1px dashed #a1c5d9;
}


/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
/*
	.layout_set_history01 .text-section.highlight {
		display: inline-block;
		vertical-align: middle;
		width: 40%;
	}

	.layout_set_history01 .teaser.no-img:not(.highlight) ,
	.layout_set_history01 .external-teaser.no-img:not(.highlight) ,
	.layout_set_history01 .download-teaser.no-img:not(.highlight) {
		display: inline-block;
		vertical-align: middle;
		width: 60%;
	}
*/
}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.layout_set_history01 > .column1 ,
	.layout_set_history01 > .column2 ,
	body[id=index] [role="main"] > .layout_set_history01 {
		width: calc(50% - 10px);
	}

	.layout_set_history01 .vtable-item > table > tbody > tr > th ,
	.layout_set_history01 .vtable-item > table > tbody > tr > td {
		padding: 5px;
	}
}



/* 合併後 */
#sharewithmain .layout_set_history02 {
}

.layout_set_history02 .vtable-item > table > tbody > tr > th ,
.layout_set_history02 .vtable-item > table > tbody > tr > td {
	background: none;
	border: none;

	border-top: 1px solid #a1c5d9;
	border-bottom: 1px solid #a1c5d9;
}











/*==== IR TOP ====*/


/*-- 最新イベント --*/
#sharewithmain .layout_ir_latest_event {
}

.layout_ir_latest_event {
}

.layout_ir_latest_event >*> .link-list {
}

.layout_ir_latest_event >*> .link-list h2 {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: inherit;
	font-weight: inherit;
	letter-spacing: inherit;

	margin-top: 0px;
	padding: 0 5px;
	color: #6faec6;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 5px;
}

.layout_ir_latest_event >*> .link-list ul {
	margin-bottom: 0;

	padding: 10px 5px 15px;
	background: #e6f2f9;
	margin-bottom: 20px;
}

.layout_ir_latest_event >*> .link-list {
	font-size: 18px;
}


/*-- 最新決算資料 --*/
#sharewithmain .layout_ir_latest_earnings {
}

.layout_ir_latest_earnings .title2 {
}

.layout_ir_latest_earnings .title2 h2 {
	padding: 0;
	margin: 0;
	border: none;

	margin-top: 32px;
	padding: 0 5px;
	color: #0864a3;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 5px;
}

.layout_ir_latest_earnings .news-material {
	padding: 20px 10px 0;
	border: 1px solid #0864a3;
	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;
}

.layout_ir_latest_earnings .news-material h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 22px;
}

/* 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: 5px 5px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25;

	margin-bottom: 5px;
}

.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-top: 0;
}

.layout_ir_latest_earnings .news-material dl dd:not(.highlight)::before {
	top: calc(1.5em / 2 - 12px / 2);
}


/*==== 会社情報 TOP ====*/






/*===== promos1 MV ====*/
[data-promos1="has-img"] #header ,
[data-promos1="has-img"] .page-intro-wrapper,
[data-promos1="has-img"] #page-intro {
	background: none;
}

body[data-page-marker~="news-folder"][data-promos1="has-img"] .page-intro .h0 ,
[data-promos1="has-img"] .page-intro > .h1 ,
[data-promos1="has-img"] #page-intro > h1 {
	color: #fff;
	text-shadow: 0 0 4px #000;
}

[data-promos1="has-img"] #promos1 .text-section {
	position: static;
	margin-bottom: 0;
}

[data-promos1="has-img"] #promos1 .text-section img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 340px;
	margin: 0;
	z-index: -2;

	object-fit: cover;
	font-family: "object-fit: cover;";
}

/*
[data-promos1="has-img"] #promos1 .text-section .text {
	text-shadow: none;
	left: auto;

	position: absolute;
	top: calc(160px + 400px / 2);
	left: calc(50% - 500px);
	transform: translate(0, -50%);
	width: 1000px;

	color: #fff;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.25;
}

[data-promos1="has-img"] #promos1 .text-section .text em {
	font-style: normal;
	font-family: "Roboto Condensed", YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 60px;
	letter-spacing: 0.05em;
}
*/




/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {

	[data-promos1="has-img"] .page-intro > .h1 ,
	[data-promos1="has-img"] #page-intro > h1 {
	}

	[data-promos1="has-img"] #promos1 .text-section img {
		height: 240px;
	}

/*
	[data-promos1="has-img"] #promos1 .text-section .text {
		top: calc(60px + 200px / 2);
		left: 10px;
		width: calc(100% - 20px);

		font-size: 16px;
	}

	[data-promos1="has-img"] #promos1 .text-section .text em {
		font-size: 30px;
	}
*/

}

/*==== 背景水色 ====*/
#sharewithmain .layout_bg_blue01 {
	padding: 25px 25px 0;
	background: #dfecf5;
	margin-bottom: 20px;
}

#sharewithmain .layout_bg_blue01 + .layout_bg_blue01 {
	margin-top: -20px;
}

#sharewithmain .layout_col_blue01 > .column1 ,
#sharewithmain .layout_col_blue01 > .column2 ,
#sharewithmain .layout_col_blue01 > .column3 ,
#sharewithmain .layout_col_blue01 > .column4 ,
#sharewithmain .layout_col_blue01 > .column5 {
	padding: 25px 25px 0;
	background: #dfecf5;
	margin-bottom: 20px;
}



/* 囲み線テキストを置いた場合は、そこが白色背景 */
.layout_bg_blue01 .highlight-quoted-text {
	background: #fff;
}

#sharewithmain .layout_col_inner_white01 {
}

#sharewithmain .layout_bg_blue01.layout_col_inner_white01 {
	padding-bottom: 20px;
}

#sharewithmain .layout_col_inner_white01 > .column1 ,
#sharewithmain .layout_col_inner_white01 > .column2 ,
#sharewithmain .layout_col_inner_white01 > .column3 ,
#sharewithmain .layout_col_inner_white01 > .column4 ,
#sharewithmain .layout_col_inner_white01 > .column5 {
	padding: 20px 20px 0;
	background: #fff;
}

/* 番号つきリストを置いた場合は、番号に色を塗る */
.layout_bg_blue01.layout_ol_circled1 .quoted-text blockquote ol li::before  ,
.layout_bg_blue01.layout_ol_circled1 .highlight-quoted-text ol li::before  ,
.layout_bg_blue01.layout_ol_circled1 .text-section ol li::before  ,
.layout_bg_blue01.layout_ol_circled1 .internal-link-area ol li::before  ,
.layout_bg_blue01.layout_ol_circled1 .external-link-area ol li::before  ,
.layout_bg_blue01.layout_ol_circled1 .download-link-area ol li::before  ,
.layout_bg_blue01.layout_ol_circled1 .faq-item ol li::before  ,
.layout_bg_blue01.layout_ol_circled1 .vtable-item ol li::before  ,
.layout_bg_blue01.layout_ol_circled1 .ircalendar-title ol li::before  ,
.layout_bg_blue01.layout_ol_circled1 .ircalendar-item ol li::before  {
	background: #6facc4;
	border-color: #6facc4;
	color: #fff;
	font-weight: bold;
}

/* 番号なしリスト */
.layout_ul_circled1 .quoted-text blockquote ul ,
.layout_ul_circled1 .highlight-quoted-text ul ,
.layout_ul_circled1 .text-section ul ,
.layout_ul_circled1 .internal-link-area ul ,
.layout_ul_circled1 .external-link-area ul ,
.layout_ul_circled1 .download-link-area ul ,
.layout_ul_circled1 .faq-item ul ,
.layout_ul_circled1 .vtable-item ul ,
.layout_ul_circled1 .ircalendar-title ul ,
.layout_ul_circled1 .ircalendar-item ul {
}

.layout_ul_circled1 .quoted-text blockquote ul li ,
.layout_ul_circled1 .highlight-quoted-text ul li ,
.layout_ul_circled1 .text-section ul li ,
.layout_ul_circled1 .internal-link-area ul li ,
.layout_ul_circled1 .external-link-area ul li ,
.layout_ul_circled1 .download-link-area ul li ,
.layout_ul_circled1 .faq-item ul li ,
.layout_ul_circled1 .vtable-item ul li ,
.layout_ul_circled1 .ircalendar-title ul li ,
.layout_ul_circled1 .ircalendar-item ul li {
	list-style-type: none;
	list-style-position: inside;
	position: relative;
}

.layout_ul_circled1 .quoted-text blockquote ul li::before  ,
.layout_ul_circled1 .highlight-quoted-text ul li::before  ,
.layout_ul_circled1 .text-section ul li::before  ,
.layout_ul_circled1 .internal-link-area ul li::before  ,
.layout_ul_circled1 .external-link-area ul li::before  ,
.layout_ul_circled1 .download-link-area ul li::before  ,
.layout_ul_circled1 .faq-item ul li::before  ,
.layout_ul_circled1 .vtable-item ul li::before  ,
.layout_ul_circled1 .ircalendar-title ul li::before  ,
.layout_ul_circled1 .ircalendar-item ul li::before  {
	content: "";
	position: absolute;
	top: auto;
	left: -2em;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-top: 0.35em;

	border: 1px solid currentColor;
	border-radius: 100%;
	white-space: nowrap;
	font-size: 80%;
	text-align: center;
	line-height: 1.2em;
}

.layout_bg_blue01.layout_ul_circled1 .quoted-text blockquote ul li::before  ,
.layout_bg_blue01.layout_ul_circled1 .highlight-quoted-text ul li::before  ,
.layout_bg_blue01.layout_ul_circled1 .text-section ul li::before  ,
.layout_bg_blue01.layout_ul_circled1 .internal-link-area ul li::before  ,
.layout_bg_blue01.layout_ul_circled1 .external-link-area ul li::before  ,
.layout_bg_blue01.layout_ul_circled1 .download-link-area ul li::before  ,
.layout_bg_blue01.layout_ul_circled1 .faq-item ul li::before  ,
.layout_bg_blue01.layout_ul_circled1 .vtable-item ul li::before  ,
.layout_bg_blue01.layout_ul_circled1 .ircalendar-title ul li::before  ,
.layout_bg_blue01.layout_ul_circled1 .ircalendar-item ul li::before  {
	background: #6facc4;
	border-color: #6facc4;
	color: #fff;
	font-weight: bold;
}


/*==== 区切り線 ====*/
#sharewithmain .layout_h3_hairline {
}

.layout_h3_hairline .title3.highlight {
	padding: 20px 0 30px;
}

.layout_h3_hairline .title3.highlight h3 {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-size: 0;

	border-bottom: 2px solid #808080;
}





/*==== 採用 TOP ====*/
/*-- PCでカラムを中央よせ --*/
#sharewithmain .layout_col2_couple {
}

/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	body[id=index] #sharewithmain > .layout_col2_couple {
		margin-left: 10px;
		margin-right: 0;
	}

}

/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	body[id=index] #sharewithmain > .layout_col2_couple > .column1 {
		margin-bottom: 0px;
	}

	body[id=index] #sharewithmain > .layout_col2_couple > .column1 *:last-child {
		margin-bottom: 0px;
	}

}


/*-- 見出しtype03 --*/
#sharewithmain .layout_title2_03 {
}

.layout_title2_03 .title2 h2 {
	border: none;
	text-align: center;
}


/*-- ページ内リンクtype02 --*/
#sharewithmain .layout_anchor_02 {
}

.layout_anchor_02 .anchor-link {
	display: table;
	width: 100%;
}

.layout_anchor_02 .anchor-link a {
	padding: 0;
	margin: 0;
	border: none;

	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	text-align: center;
	padding: 5px 15px 20px;
	color: #fff;
	font-weight: bold;
	line-height: 1.25;
	background: #3b83af;
	border-radius: 5px;
	text-decoration: none;
}

.layout_anchor_02 .anchor-link a::before {
	background-image: url("../../../../../../resources/sw_img/icon_anchor_white.png");
}

/*-- バナーtype06 --*/
#sharewithmain .layout_teaser_06 {
}

.layout_teaser_06 .teaser.no-img:not(.highlight) h2 a ,
.layout_teaser_06 .external-teaser.no-img:not(.highlight) h2 a ,
.layout_teaser_06 .download-teaser.no-img:not(.highlight) h2 a {
	padding: 7px 27px 5px;
	padding-left: 50px;
}

.layout_teaser_06 .teaser.no-img:not(.highlight) h2 a::before ,
.layout_teaser_06 .external-teaser.no-img:not(.highlight) h2 a::before ,
.layout_teaser_06 .download-teaser.no-img:not(.highlight) h2 a::before {
	right: auto;

	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -10px;
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 18px;
	background: url("../../../../../../resources/sw_img/icon_arr06.png") center center no-repeat;
	background-size: contain;
}

/*-- バナーtype07 --*/
#sharewithmain .layout_teaser_07 {
}

.layout_teaser_07 .teaser:not(.no-img):not(.highlight) ,
.layout_teaser_07 .external-teaser:not(.no-img):not(.highlight) ,
.layout_teaser_07 .download-teaser:not(.no-img):not(.highlight) {
	display: block;
	height: 150px;
	border: 1px solid #a3a3a3;
}

.layout_teaser_07 .teaser:not(.no-img):not(.highlight) h2 ,
.layout_teaser_07 .external-teaser:not(.no-img):not(.highlight) h2 ,
.layout_teaser_07 .download-teaser:not(.no-img):not(.highlight) h2 ,
.layout_teaser_07 .teaser:not(.no-img):not(.highlight) h2 + a ,
.layout_teaser_07 .external-teaser:not(.no-img):not(.highlight) h2 + a ,
.layout_teaser_07 .download-teaser:not(.no-img):not(.highlight) h2 + a {
	position: relative;
	float: right;
	width: 50%;
	height: 100%;
}

.layout_teaser_07 .teaser:not(.no-img):not(.highlight) h2 ,
.layout_teaser_07 .external-teaser:not(.no-img):not(.highlight) h2 ,
.layout_teaser_07 .download-teaser:not(.no-img):not(.highlight) h2 {
	display: table;
}

.layout_teaser_07 .teaser:not(.no-img):not(.highlight) h2 a ,
.layout_teaser_07 .external-teaser:not(.no-img):not(.highlight) h2 a ,
.layout_teaser_07 .download-teaser:not(.no-img):not(.highlight) h2 a {
	height: auto;
	padding: 0;
	background: none;
	border: none;

	display: table-cell;
	text-align: left;
	padding: 20px 10%;
	padding-left: 0;
	color: #333;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.25;
	letter-spacing: 0.1em;
}

#header.en ~* .layout_teaser_07 .teaser:not(.no-img):not(.highlight) h2 a ,
#header.en ~* .layout_teaser_07 .external-teaser:not(.no-img):not(.highlight) h2 a ,
#header.en ~* .layout_teaser_07 .download-teaser:not(.no-img):not(.highlight) h2 a {
	font-size: 21px;
}

.layout_teaser_07 .teaser:not(.no-img):not(.highlight) h2 a::before ,
.layout_teaser_07 .external-teaser:not(.no-img):not(.highlight) h2 a::before ,
.layout_teaser_07 .download-teaser:not(.no-img):not(.highlight) h2 a::before {
	content: none;
}

.layout_teaser_07 .teaser:not(.no-img):not(.highlight) h2 + a ,
.layout_teaser_07 .external-teaser:not(.no-img):not(.highlight) h2 + a ,
.layout_teaser_07 .download-teaser:not(.no-img):not(.highlight) h2 + a {
	padding: 20px 20px;
}

.layout_teaser_07 .teaser:not(.no-img):not(.highlight) h2 + a img ,
.layout_teaser_07 .external-teaser:not(.no-img):not(.highlight) h2 + a img ,
.layout_teaser_07 .download-teaser:not(.no-img):not(.highlight) h2 + a img {
	width: auto;
	max-height: 100%;
	margin: auto;
	margin-right: 0;
}

.layout_teaser_07 .teaser:not(.no-img):not(.highlight) p ,
.layout_teaser_07 .external-teaser:not(.no-img):not(.highlight) p ,
.layout_teaser_07 .download-teaser:not(.no-img):not(.highlight) p {
	display: none;
}


/* スマホ用 */
@media handheld, only screen and (max-width: 767px) {
	.layout_teaser_07 .teaser:not(.no-img):not(.highlight) ,
	.layout_teaser_07 .external-teaser:not(.no-img):not(.highlight) ,
	.layout_teaser_07 .download-teaser:not(.no-img):not(.highlight) {
		height: 120px;
	}

	.layout_teaser_07 .teaser:not(.no-img):not(.highlight) h2 a ,
	.layout_teaser_07 .external-teaser:not(.no-img):not(.highlight) h2 a ,
	.layout_teaser_07 .download-teaser:not(.no-img):not(.highlight) h2 a {
		font-size: 20px;
	}

	#header.en ~* .layout_teaser_07 .teaser:not(.no-img):not(.highlight) h2 a ,
	#header.en ~* .layout_teaser_07 .external-teaser:not(.no-img):not(.highlight) h2 a ,
	#header.en ~* .layout_teaser_07 .download-teaser:not(.no-img):not(.highlight) h2 a {
		font-size: 18px;
	}

}






/*===== 採用 TOP =====*/
#sharewithmain .layout_basiclist_recruit {
}

.layout_basiclist_recruit .basic-list .tabs li.all ,
.layout_basiclist_recruit .basic-list-english .tabs li.all {
	display: block;
	overflow: hidden;
	font-size: 0;
	width: 5px;
	height: 0;
	margin: 0;
	padding: 0;
}

.layout_basiclist_recruit .basic-list:not(.thumnail) ul.tabItems li .date ,
.layout_basiclist_recruit .basic-list-english:not(.thumnail) ul.tabItems li .date {
	display: none;
}

.layout_basiclist_recruit .basic-list:not(.thumnail) ul.tabItems li ,
.layout_basiclist_recruit .basic-list-english:not(.thumnail) ul.tabItems li {
	border-bottom: 1px solid #999;
	margin-top: 40px;
	padding-bottom: 40px;
}

.layout_basiclist_recruit .basic-list:not(.thumnail) ul.tabItems li h3 ,
.layout_basiclist_recruit .basic-list-english:not(.thumnail) ul.tabItems li h3 {
	padding: 0;
	display: inline;
}

.layout_basiclist_recruit .basic-list:not(.thumnail) ul.tabItems li h3::after ,
.layout_basiclist_recruit .basic-list-english:not(.thumnail) ul.tabItems li h3::after {
	content: none;
}

.layout_basiclist_recruit .basic-list:not(.thumnail) ul.tabItems li .news_tx ,
.layout_basiclist_recruit .basic-list-english:not(.thumnail) ul.tabItems li .news_tx {
	color: #005cb1;
	font-size: 1rem;
	font-weight: normal;
}

.layout_basiclist_recruit .basic-list:not(.thumnail) ul.tabItems li a .news_tx ,
.layout_basiclist_recruit .basic-list-english:not(.thumnail) ul.tabItems li a .news_tx {
	text-decoration: underline;
}

.layout_basiclist_recruit .basic-list:not(.thumnail) ul.tabItems li a:hover .news_tx ,
.layout_basiclist_recruit .basic-list-english:not(.thumnail) ul.tabItems li a:hover .news_tx {
	text-decoration: none;
}

.layout_basiclist_recruit .basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.layout_basiclist_recruit .basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	margin: 0;
	padding: 0;
	float: none;

	float: right;
	width: 160px;
	margin-left: 10px;
}

.layout_basiclist_recruit .basic-list .c_icon span ,
.layout_basiclist_recruit .basic-list-english .c_icon span {
	display: inline-block;
	vertical-align: middle;
	min-width: 150px;
	height: 35px;
	line-height: 1.25;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 7px 5px 0;

	color: #fff;
	background: #3b87b3;
	border: 1px solid #3b87b3;
	border-radius: 10px;

	margin-right: 10px;
	margin-bottom: 10px;
}

.layout_basiclist_recruit .basic-list .c_icon span[category-level="1"] ,
.layout_basiclist_recruit .basic-list-english .c_icon span[category-level="1"] {
	display: none;
}

.layout_basiclist_recruit .basic-list .c_icon span[data-category-group="office"] ,
.layout_basiclist_recruit .basic-list-english .c_icon span[data-category-group="office"] {
	display: none;
}

.layout_basiclist_recruit .basic-list:not(.thumnail) ul.tabItems li .det_tx ,
.layout_basiclist_recruit .basic-list-english:not(.thumnail) ul.tabItems li .det_tx {
	display: block;
	font-size: 16px;
}


.layout_basiclist_recruit .basic-list:not(.thumnail) ul.tabItems li .c_icon2 ,
.layout_basiclist_recruit .basic-list-english:not(.thumnail) ul.tabItems li .c_icon2 {
	display: block;
}

.layout_basiclist_recruit .basic-list:not(.thumnail) ul.tabItems li .c_icon2::before ,
.layout_basiclist_recruit .basic-list-english:not(.thumnail) ul.tabItems li .c_icon2::before {
	content: "【勤務地】";
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.04em;
	color: #222;
	margin-right: 5px;
	margin-bottom: 5px;
}

.layout_basiclist_recruit .basic-list .c_icon2 span::before ,
.layout_basiclist_recruit .basic-list-english .c_icon2 span::before {
	content: attr(alt);
	display: inline;
}

.layout_basiclist_recruit .basic-list:not(.thumnail) ul.tabItems li .c_icon2 span:not(:last-child)::after ,
.layout_basiclist_recruit .basic-list-english:not(.thumnail) ul.tabItems li .c_icon2 span:not(:last-child)::after {
	content: "/";
	margin: 0 5px;
}

.layout_basiclist_recruit .basic-list .c_icon2 span ,
.layout_basiclist_recruit .basic-list-english .c_icon2 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.04em;
	color: #222;
	margin-right: 5px;
	margin-bottom: 5px;

	display: none;
}

.layout_basiclist_recruit .basic-list .c_icon2 span[data-category-group="office"] ,
.layout_basiclist_recruit .basic-list-english .c_icon2 span[data-category-group="office"] {
	display: inline-block;
}

.layout_basiclist_recruit .basic-list .c_icon2 span[category-level="1"] ,
.layout_basiclist_recruit .basic-list-english .c_icon2 span[category-level="1"] {
	display: none;
}


/* デスクトップ用 */
@media print, screen and (min-width: 768px) {
	.layout_basiclist_recruit .basic-list .tabs li.recruit:before ,
	.layout_basiclist_recruit .basic-list .tabs li.office:before {
		left: -155px;
		width: 140px;
		font-size: 16px;
	}
}



/*=== ファイルサイズ非表示 ===*/
.link-list em ,
.link-list-url em ,
.news-result span.filesize ,
.news-yuho span.filesize ,
.news-presentation span.filesize ,
.news-material span.filesize ,
.basic-list ul.tabItems li .filesize ,
.basic-list-english ul.tabItems li .filesize {
	display: none !important;
}


/*=== バナーのチェックボックスを上側に===*/
.lx_ex_teaser_check_upside .teaser.no-img:not(.highlight) ,
.lx_ex_teaser_check_upside .external-teaser.no-img:not(.highlight) ,
.lx_ex_teaser_check_upside .download-teaser.no-img:not(.highlight) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
}

.lx_ex_teaser_check_upside .teaser.no-img:not(.highlight) > * ,
.lx_ex_teaser_check_upside .external-teaser.no-img:not(.highlight) > * ,
.lx_ex_teaser_check_upside .download-teaser.no-img:not(.highlight) > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.lx_ex_teaser_check_upside .teaser.no-img:not(.highlight) p ,
.lx_ex_teaser_check_upside .external-teaser.no-img:not(.highlight) p ,
.lx_ex_teaser_check_upside .download-teaser.no-img:not(.highlight) p {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 10px;
}


/* -- 印刷用 -- */
@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;;
	}
}


/* 検索結果 */

td.gsc-result-info-container ,
td.gsc-orderby-container {
	padding: 0px;
	border: none;
}


/*==== わたしたちのSTORY ====*/
.lx_story_multi2 {
}


#sharewithmain .layout_mcol_blue01 {
	background: #84adc5;
	padding: 80px 0 40px;
	margin-bottom: 60px;
}


/* SNSボタン */
#promos3 .ax_sns_btn {
	position: relative;
	width: 100%;
}

/* 元の位置にきたら固定 */
body:not(.in-editor) #promos3 .ax_sns_btn.upper-side {
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0;
	background: rgba(255,255,255, 0.8);
}

/* 一覧では非表示 */
body.superMultiOverview #promos3 .ax_sns_btn {
	display: none !important;
}

#promos3 .ax_sns_btn >* {
	margin: 0;
	padding: 15px 0;
	text-align: center;
}

#promos3 .ax_sns_btn >*>* {
	max-width: 30px;
	display: inline-block;
	margin: 0 10px;
}





/*==== カルーセル：スライドMV html1用 （縦横比固定型・動画対応版） ====*/
/* スライドエリアと画像サイズに合わせて、各設定値を変更する事 */
/* 下の例: */
/* スライドエリアwidth: 100%(画面いっぱい) */
/* 画像height: 960px */
/* 画像width: 1960px */


#html1 .ux_slick_mcol_mv {
	overflow: hidden;
	position: relative;
}


/* MV全体枠レイアウト */
@media print, screen and (min-width: 768px) {
	#html1 .ux_slick_mcol_mv {
/*		margin-top: 8px; */
		display: flex;
		flex-flow: row nowrap;
	}

	#html1 .ux_slick_mcol_mv > .column1 {
		margin: 0;
		width: 33.333%;
		padding-left: 40px;;
		padding-right: 30px;;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
	}
	#html1 .ux_slick_mcol_mv > .column2 {
		margin: 0;
		width: 66.666%
	}
}

/* 固定テキスト */
#html1 .ux_slick_mcol_mv > .column1 .text-section {
	font-size: 24px;
	font-size: calc(100vw / 1200 * 24);
	font-size: clamp(20px, calc(100vw / 1200 * 24), 32px);
	line-height: 1.8;
}

#html1 .ux_slick_mcol_mv > .column1 .text-section em {
	display: block;
	margin-top: 20px;
	font-style: normal;
	font-family: "Roboto", sans-serif;
	color: #84ADC5;
	font-size: 14px;
	line-height: calc(19 / 14);
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
	#html1 .ux_slick_mcol_mv > .column1 .text-section {
		font-size: 20px;
	}
}


@media screen and (max-width: 768px) {
	#html1 .ux_slick_mcol_mv > .column1 {
		margin: 0;
		padding: 24px 16px;
	}

	#html1 .ux_slick_mcol_mv > .column1 .text-section em {
		margin-top: 8px;
		font-size: 12px;
	}
}


/* 縦横比の設定 */
/* 各スライド要素の枠 */
#html1 .ux_slick_mcol_mv .slick-slide {
	overflow: hidden;
	aspect-ratio: 800 / 505;
}

@media screen and (max-width: 768px) {
	#html1 .ux_slick_mcol_mv .slick-slide {
		aspect-ratio: 375 / 340;
	}
}

#html1 .ux_slick_mcol_mv .slick-slide > div {
	position: absolute;
/*
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: none;
	margin: 0;
	transform: translate(-50%, -50%);
*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
}

/* PCを第１カラム、SPを第２カラム、用とする場合 */
@media print, screen and (min-width: 769px) {
	#html1 .ux_slick_mcol_mv .slick-slide.multiColumn2 > .column2 {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#html1 .ux_slick_mcol_mv .slick-slide.multiColumn2 > .column1 {
		display: none;
	}
}

#html1 .ux_slick_mcol_mv .slick-slide >* >*:first-child ,
#html1 .ux_slick_mcol_mv .slick-slide img {
	margin-top: 0;
}
#html1 .ux_slick_mcol_mv .slick-slide >* >*:last-child ,
#html1 .ux_slick_mcol_mv .slick-slide img {
	margin-bottom: 0;
}
#html1 .ux_slick_mcol_mv .slick-slide img {
	width: 100%;
}

#html1 .ux_slick_mcol_mv .slick-slide .teaser h2 a ,
#html1 .ux_slick_mcol_mv .slick-slide .external-teaser h2 a {
	height: auto;
	padding: 0;
	background: none;
	letter-spacing: 0;
	text-align: right;
	color: #fff;
	font-size: 40px;
	font-size: max(40px, calc(100vw / 1200 * 40));
	line-height: calc(53 / 40);
}

#html1 .ux_slick_mcol_mv .slick-slide .teaser h2 a::before ,
#html1 .ux_slick_mcol_mv .slick-slide .external-teaser h2 a::before ,
#html1 .ux_slick_mcol_mv .slick-slide .teaser h2 a::after ,
#html1 .ux_slick_mcol_mv .slick-slide .external-teaser h2 a::after {
	content: none;
}

#html1 .ux_slick_mcol_mv .slick-slide .teaser h2 ,
#html1 .ux_slick_mcol_mv .slick-slide .external-teaser h2 {
	position: absolute;
	left: auto;
	bottom: 73px;
	bottom: max(73px, calc(100vw / 1200 * 73));
	right: 40px;
	display: block;
	width: auto;
	z-index: 1;
}

#html1 .ux_slick_mcol_mv .slick-slide .teaser > a::before ,
#html1 .ux_slick_mcol_mv .slick-slide .external-teaser > a::before {
	content: "";
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50%;
	background: rgba(57,137,181, 0.5);
	background: linear-gradient(180deg, rgba(57,137,181, 0) 0%, rgba(57,137,181, 1) 85%, rgba(57,137,181, 1) 100%);
	mix-blend-mode: multiply;
}

#html1 .ux_slick_mcol_mv .slick-slide .teaser p ,
#html1 .ux_slick_mcol_mv .slick-slide .external-teaser p {
	position: absolute;
	bottom: 53px;
	bottom: max(53px, calc(100vw / 1200 * 53));
	right: 40px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-size: max(14px, calc(100vw / 1200 * 14));
	line-height: 1;
	font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
	#html1 .ux_slick_mcol_mv .slick-slide .teaser h2 a ,
	#html1 .ux_slick_mcol_mv .slick-slide .external-teaser h2 a {
		font-size: 28px;
		font-size: calc(100vw / 375 * 28);
	}

	#html1 .ux_slick_mcol_mv .slick-slide .teaser h2 ,
	#html1 .ux_slick_mcol_mv .slick-slide .external-teaser h2 {
		bottom: 68px;
		bottom: calc(100vw / 375 * 68);
		right: 15px;
	}

	#html1 .ux_slick_mcol_mv .slick-slide .teaser p ,
	#html1 .ux_slick_mcol_mv .slick-slide .external-teaser p {
		bottom: 45px;
		bottom: calc(100vw / 375 * 45));
		right: 15px;
		font-size: 14px;
		font-size: calc(100vw / 375 * 14);
		line-height: calc(53 / 40);
	}
}



/* スライド ドット*/
#html1 .ux_slick_mcol_mv .arrow-dots {
	position: static;
	display: block;
/*
	position: absolute;
	left: auto;
	right: 20px;
	bottom: 15px;
	display: inline-block;
	padding: 5px 0;
*/
}

#html1 .ux_slick_mcol_mv .slick-dots {
	top: auto;
	bottom: auto;
	position: static;

	position: absolute;
	left: auto;
	right: 40px;
	bottom: 40px;
	bottom: max(40px, calc(100vw / 1200 * 40));
	display: block;
	width: auto;
}

#html1 .ux_slick_mcol_mv .slick-dots li {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	opacity: 0;
}

#html1 .ux_slick_mcol_mv .slick-dots li.slick-active {
	opacity: 1;
	z-index: 1;
}

#html1 .ux_slick_mcol_mv .slick-dots li button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	display: block;
	width: 200px;
	height: 1px;
	background: #3989B5;
}

#html1 .ux_slick_mcol_mv .slick-dots li button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: scaleX(0);
	transform-origin: left top;
	transition: 0s;
}

#html1 .ux_slick_mcol_mv .slick-dots li.slick-active button::before {
	animation: animDots 5.3s linear forwards;
}

#html1 .ux_slick_mcol_mv > .slickPause .slick-dots li.slick-active button:before {
	animation-play-state: paused;
}

@media screen and (max-width: 768px) {
	#html1 .ux_slick_mcol_mv .slick-dots {
		right: 15px;
		bottom: 32px;
		bottom: calc(100vw / 375 * 32);
	}

	#html1 .ux_slick_mcol_mv .slick-dots li button {
		width: 160px;
	}
}

@keyframes animDots {
	0% { transform: scaleX(0); }
	99.9%,to { transform: scaleX(1); }
}


#html1 .ux_slick_mcol_mv .slick-prev ,
#html1 .ux_slick_mcol_mv .slick-next {
	margin: 0;

	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	z-index: 1;
	opacity: 1;

	display: none !important;
}

#html1 .ux_slick_mcol_mv .slick-prev {
	left: 0px;
}
#html1 .ux_slick_mcol_mv .slick-next {
	right: 0px;
}

#html1 .ux_slick_mcol_mv .slick-prev::before ,
#html1 .ux_slick_mcol_mv .slick-next::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("../../../../../../resources/sw_img/icon/slide-prev.png") no-repeat center center;
	background-size: contain;
}

#html1 .ux_slick_mcol_mv .slick-next::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#html1 .ux_slick_mcol_mv .slick-prev:hover ,
#html1 .ux_slick_mcol_mv .slick-prev:focus ,
#html1 .ux_slick_mcol_mv .slick-prev:active ,
#html1 .ux_slick_mcol_mv .slick-next:hover ,
#html1 .ux_slick_mcol_mv .slick-next:focus ,
#html1 .ux_slick_mcol_mv .slick-next:active {
	opacity: 0.7;
}


@media print, screen and (min-width: 768px) {
	#html1 .ux_slick_mcol_mv .arrow-dots {
	}
}


@media screen and (max-width: 767px) {
}

/* 印刷時は、スライド機能をオフって、アクティブ画像をそのまま配置 */
@media print {
	#html1 .ux_slick_mcol_mv .slick-slide {
		left: 0 !important;
		min-height: auto !important;
		width: 100% !important;
		display: none !important;
	}
	#html1 .ux_slick_mcol_mv .slick-slide.slick-active {
		display: block !important;
	}

	#html1 .ux_slick_mcol_mv .slick-slide > div {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;	
		min-width: auto !important;
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
		margin: 0 !important;
	}
	#html1 .ux_slick_mcol_mv .slick-slide::before {
		content: none !important;
	}

	#html1 .ux_slick_mcol_mv .slick-list {
		height: auto !important;
	}
	#html1 .ux_slick_mcol_mv .slick-track {
		width: auto !important;
		height: auto !important;
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
	}
}


/*-- サムネイルボタン --*/
#html1 .ax_slick_mv_btn {
	position: relative;
	z-index: 10;
}

#html1 .ax_slick_mv_btn > .column1 {
	position: relative;
	width: 100%;
	max-width: calc(1200px +16px);
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#html1 .ax_slick_mv_btn {
	/*	z-index: -1; */
	}

	#html1 .ax_slick_mv_btn > .column1 {
	/*	opacity: 0; */
	}
}


#html1 .ax_slick_mv_btn .slick-slide {
	cursor: pointer;
	margin: 5px 1px;
	border: 3px solid transparent;
	border-radius: 3px;
}

#html1 .ax_slick_mv_btn .slick-slide > div {
	aspect-ratio: 800 / 505;
}

@media screen and (max-width: 768px) {
	#html1 .ax_slick_mv_btn .slick-slide > div {
		aspect-ratio: 375 / 340;
	}
}


#html1 .ax_slick_mv_btn .slick-slide > div {
/*
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: none;
	margin: 0;
	transform: translate(-50%, -50%);
*/
	position: relative;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: none;
}

#html1 .ax_slick_mv_btn .slick-slide.slick-current {
	border-color: #3989B5 !important;
}

/* PCを第１カラム、SPを第２カラム、用とする場合 */
@media print, screen and (min-width: 769px) {
	#html1 .ax_slick_mv_btn .slick-slide.multiColumn2 > .column2 {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#html1 .ax_slick_mv_btn .slick-slide.multiColumn2 > .column1 {
		display: none;
	}
}

#html1 .ax_slick_mv_btn .slick-slide >* >*:first-child ,
#html1 .ax_slick_mv_btn .slick-slide img {
	margin-top: 0;
}
#html1 .ax_slick_mv_btn .slick-slide >* >*:last-child ,
#html1 .ax_slick_mv_btn .slick-slide img {
	margin-bottom: 0;
}

#html1 .ax_slick_mv_btn .slick-slide img {
	width: 100%;
}

#html1 .ax_slick_mv_btn .slick-slide .teaser h2 a ,
#html1 .ax_slick_mv_btn .slick-slide .external-teaser h2 a {
	height: auto;
	padding: 0;
	background: none;
	letter-spacing: 0;
	color: #fff;
	font-size: 14px;
/*	font-size: max(14px, calc(100vw / 1200 * 14)); */
	line-height: calc(53 / 40);
}

#html1 .ax_slick_mv_btn .slick-slide .teaser h2 a::after ,
#html1 .ax_slick_mv_btn .slick-slide .external-teaser h2 a::after ,
#html1 .ax_slick_mv_btn .slick-slide .teaser h2 a::after ,
#html1 .ax_slick_mv_btn .slick-slide .external-teaser h2 a::after {
	content: none;
}

#html1 .ax_slick_mv_btn .slick-slide .teaser h2 ,
#html1 .ax_slick_mv_btn .slick-slide .external-teaser h2 {
	position: absolute;
	left: auto;
	bottom: 5px;
	right: 8px;
	display: block;
	width: auto;
	z-index: 1;
}

#html1 .ax_slick_mv_btn .slick-slide .teaser > a::before ,
#html1 .ax_slick_mv_btn .slick-slide .external-teaser > a::before {
	content: "";
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50%;
	background: rgba(57,137,181, 0.5);
	background: linear-gradient(180deg, rgba(57,137,181, 0) 0%, rgba(57,137,181, 1) 85%, rgba(57,137,181, 1) 100%);
	mix-blend-mode: multiply;
}

#html1 .ax_slick_mv_btn .slick-slide .teaser p ,
#html1 .ax_slick_mv_btn .slick-slide .external-teaser p {
	display: none;
}

@media screen and (max-width: 768px) {
	#html1 .ax_slick_mv_btn .slick-slide .teaser h2 a ,
	#html1 .ax_slick_mv_btn .slick-slide .external-teaser h2 a {
		font-size: 12px;
		font-size: calc(100vw / 375 * 12);
		line-height: calc(53 / 40);
	}

	#html1 .ax_slick_mv_btn .slick-slide .teaser h2 ,
	#html1 .ax_slick_mv_btn .slick-slide .external-teaser h2 {
		bottom: 3x;
		right: 4px;
	}
}



/* スライド 前次ボタン */
#html1 .ax_slick_mv_btn .slick-prev ,
#html1 .ax_slick_mv_btn .slick-next {
	margin: 0;

	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	z-index: 1;
	opacity: 1;
	border-radius: 100%;
}

#html1 .ax_slick_mv_btn .slick-prev {
	left: 40px;
}
#html1 .ax_slick_mv_btn .slick-next {
	right: 40px;
/*	display: none !important; */
}
#html1 .ax_slick_mv_btn .slick-pause {
	margin: 0;

	top: min(calc(-40px - 20px), calc((100vw / 1200 * -40) - 20px));
	right: 260px;
	width: 40px;
	height: 40px;
	z-index: 1;
	opacity: 1;
	border-radius: 100%;
}

#html1 .ax_slick_mv_btn .slick-pause::before ,
#html1 .ax_slick_mv_btn .slick-prev::before ,
#html1 .ax_slick_mv_btn .slick-next::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url("../../../../../../resources/sw_img/top2025/slide-prev.svg") no-repeat center center;
	background-size: contain;
	transition: 0.5s;
}

#html1 .ax_slick_mv_btn .slick-next::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#html1 .ax_slick_mv_btn .slick-pause::before {
	background-image: url("../../../../../../resources/sw_img/top2025/slide-pause.svg");
	transform: scaleX(-1);
}
#html1 .ax_slick_mv_btn > .slickPause .slick-pause::before {
	background-image: url("../../../../../../resources/sw_img/top2025/slide-play.png");
	transform: scaleX(1);
}

#html1 .ax_slick_mv_btn .slick-pause:hover ,
#html1 .ax_slick_mv_btn .slick-pause:focus ,
#html1 .ax_slick_mv_btn .slick-pause:active ,
#html1 .ax_slick_mv_btn .slick-prev:hover ,
#html1 .ax_slick_mv_btn .slick-prev:focus ,
#html1 .ax_slick_mv_btn .slick-prev:active ,
#html1 .ax_slick_mv_btn .slick-next:hover ,
#html1 .ax_slick_mv_btn .slick-next:focus ,
#html1 .ax_slick_mv_btn .slick-next:active {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	#html1 .ax_slick_mv_btn .slick-prev {
		left: 10px;
	}
	#html1 .ax_slick_mv_btn .slick-next {
		right: 10px;
	}

	#html1 .ax_slick_mv_btn .slick-pause {
		right: 200px;
		top: calc(-32px - 20px);
		top: calc(100vw / 375 * -32 - 20px);
	}


}



/*==== HOME 2025 ====*/
/* 共通 */
#sharewithmain .lx_text_img_lay_under {
	position: relative;
}

.lx_text_img_lay_under .text-section.highlight {
	position: static;
	margin: 0;
	transform: none !important; /* エフェクト対策 */
}

.lx_text_img_lay_under .text-section.highlight > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

.lx_top2025_title2 .title2.style1 {
	position: relative;
	margin: 0 0 20px;
	padding-left: 30px;
}
.lx_top2025_title2 .title2.style1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 14px;
	height: 70px;
	background: url("../../../../../../resources/sw_img/top2025/icon_h2_01.svg") center center no-repeat;
	background-size: contain;
}

.lx_top2025_title2 .title2.style1 h2 {
	margin: 0;
	padding: 0;
	border: none;

	padding-top: 27px;
	color: #000;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.325;
}

.lx_top2025_title2 .title2.style1 h2 i {
	font-style: normal;
	font-family: "Roboto", sans-serif;
}

.lx_top2025_title2 .title2.style1 p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4285;
}

@media screen and (max-width: 767px) {
	.lx_top2025_title2 .title2.style1 h2 {
		font-size: 28px;
	}
}


.lx_top2025_list_more .link-list.highlight ul {
	text-align: right;
}

.lx_top2025_list_more .link-list.highlight ul li[class]:not(.highlight) > a {
	position: relative;
	padding-right: 50px;
	font-family: "Roboto", sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}

.lx_top2025_list_more .link-list.highlight ul li[class]:not(.highlight) {
	display: inline-block;
}

.lx_top2025_list_more .link-list.highlight ul li[class]:not(.highlight)::before {
	content: none;
}

.lx_top2025_list_more .link-list.highlight ul li[class]:not(.highlight) > a::before {
	content: "";
	position: absolute;
	top: calc(50% - 20px);
	left: auto;
	right: 0;
	display: block;
	width: 40px;
	height: 40px;
	background: url("../../../../../../resources/sw_img/top2025/icon_top_arr01.svg") center center no-repeat;
	background-size: contain;
}

.lx_top2025_list_more .link-list.highlight ul li[class]:not(.highlight):hover > a::before {
	opacity: 0.7;
}




/* about */
#sharewithmain .lx_top2025_about {
	padding-top: 192px;
	padding-bottom: 110px;
	margin-bottom: -78px;
}
@media screen and (max-width: 767px) {
	#sharewithmain .lx_top2025_about {
		padding-top: 134px;
		padding-bottom: 57px;
		margin-bottom: -37px;
	}
}

.lx_top2025_about.lx_text_img_lay_under .text-section.highlight > img {
}


.lx_top2025_about.lx_top2025_title2 .title2.style1 h2 ,
.lx_top2025_about.lx_top2025_title2 .title2.style1 p {
	color: #fff;
}

.lx_top2025_about.lx_top2025_title2 .title2.style1::before {
	background-image: url("../../../../../../resources/sw_img/top2025/icon_h2_02.svg");
}


.lx_top2025_about_teaser {
}
@media print, screen and (min-width: 768px) {
	[role="main"] > .lx_top2025_about_teaser.multiColumn3 > .column {
		width: calc((1000px - 9px * 2) / 3);
	}

	[role="main"] > .lx_top2025_about_teaser.multiColumn3 > .column1 ,
	[role="main"] > .lx_top2025_about_teaser.multiColumn3 > .column2 {
		margin-right: 9px;
	}
}


.lx_top2025_about_teaser .teaser:not(.no-img):not(.highlight) h2::before ,
.lx_top2025_about_teaser .external-teaser:not(.no-img):not(.highlight) h2::before ,
.lx_top2025_about_teaser .download-teaser:not(.no-img):not(.highlight) h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #3989B5;
	mix-blend-mode: multiply;
}

.lx_top2025_about_teaser .teaser:not(.no-img):not(.highlight) h2 a ,
.lx_top2025_about_teaser .external-teaser:not(.no-img):not(.highlight) h2 a ,
.lx_top2025_about_teaser .download-teaser:not(.no-img):not(.highlight) h2 a {
	position: relative;
	z-index: 1;
	padding: 5px 16px;
	color: #fff;
	font-weight: bold;
	background: none;
}

.lx_top2025_about_teaser .teaser:not(.no-img):not(.highlight) h2 a::before ,
.lx_top2025_about_teaser .external-teaser:not(.no-img):not(.highlight) h2 a::before ,
.lx_top2025_about_teaser .download-teaser:not(.no-img):not(.highlight) h2 a::before {
	content: none;
}

@media print, screen and (min-width: 768px) {
	.lx_top2025_about_teaser .teaser:not(.no-img):not(.highlight) p ,
	.lx_top2025_about_teaser .external-teaser:not(.no-img):not(.highlight) p ,
	.lx_top2025_about_teaser .download-teaser:not(.no-img):not(.highlight) p {
		position: absolute;
		top: -10px;
		left: calc(100% + 5px);
		display: block;
		color: #fff;
		font-size: 40px;
		font-weight: 700;
		line-height: 1;
		font-family: "Roboto", sans-serif;
		transform: rotate(90deg);
		transform-origin: left top;
		z-index: 1;
	}
}

@media screen and (max-width: 767px) {
	.lx_top2025_about_teaser .teaser:not(.no-img):not(.highlight) ,
	.lx_top2025_about_teaser .external-teaser:not(.no-img):not(.highlight) ,
	.lx_top2025_about_teaser .download-teaser:not(.no-img):not(.highlight) {
		margin-bottom: 3px;
	}

	.lx_top2025_about_teaser .teaser:not(.no-img):not(.highlight) a img ,
	.lx_top2025_about_teaser .external-teaser:not(.no-img):not(.highlight) a img ,
	.lx_top2025_about_teaser .download-teaser:not(.no-img):not(.highlight) a img {
		aspect-ratio: 355 / 143;
		object-fit: cover;
	}

	.lx_top2025_about_teaser .teaser:not(.no-img):not(.highlight) h2 ,
	.lx_top2025_about_teaser .external-teaser:not(.no-img):not(.highlight) h2 ,
	.lx_top2025_about_teaser .download-teaser:not(.no-img):not(.highlight) h2 {
		top: 0;
		bottom: auto;
	}

	.lx_top2025_about_teaser .teaser:not(.no-img):not(.highlight) p ,
	.lx_top2025_about_teaser .external-teaser:not(.no-img):not(.highlight) p ,
	.lx_top2025_about_teaser .download-teaser:not(.no-img):not(.highlight) p {
		position: absolute;
		bottom: -5px;
		right: 0px;
		display: block;
		color: #fff;
		font-size: 32px;
		font-weight: 700;
		line-height: 1;
		font-family: "Roboto", sans-serif;
		z-index: 1;
	}
}


/* news */
#sharewithmain .lx_top2025_news {
	margin-top: 120px;
}
@media screen and (max-width: 767px) {
	#sharewithmain .lx_top2025_news {
		margin-top: 80px;
	}
}


/* story */
#sharewithmain .lx_top2025_story_title {
	margin-top: 120px;
}
@media screen and (max-width: 767px) {
	#sharewithmain .lx_top2025_story_title {
		margin-top: 80px;
	}
}

.lx_top2025_story .basic-list.thumnail ul.tabItems ,
.lx_top2025_story .basic-list-english.thumnail ul.tabItems {
	white-space: nowrap;
}

.lx_top2025_story .basic-list.thumnail ul.tabItems li ,
.lx_top2025_story .basic-list-english.thumnail ul.tabItems li {
	width: 441px;
	white-space: normal;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.lx_top2025_story .basic-list.thumnail ul.tabItems li ,
	.lx_top2025_story .basic-list-english.thumnail ul.tabItems li {
		width: 320px;
	}
}


.lx_top2025_story .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #3989B5;
}

.lx_top2025_story .mCSB_scrollTools .mCSB_draggerRail {
	background: #DFECF5;
}

/* banner */
.lx_top2025_banner_box {
	background: #f5f5f5;
}

#sharewithmain .lx_top2025_banner_box {
	margin-top: 120px;
	padding-top: 80px;
	padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
	#sharewithmain .lx_top2025_banner_box {
		margin-top: 80px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}


.lx_top2025_banner .teaser:not(.no-img).highlight h2 a::after ,
.lx_top2025_banner .external-teaser:not(.no-img).highlight h2 a::after ,
.lx_top2025_banner .download-teaser:not(.no-img).highlight h2 a::after {
	content: none;
}

@media print, screen and (min-width: 768px) {
	#sharewithmain .lx_top2025_banner > .empty {
		display: inline-block;
	}


	.lx_top2025_banner .teaser:not(.no-img).highlight h2 a ,
	.lx_top2025_banner .external-teaser:not(.no-img).highlight h2 a ,
	.lx_top2025_banner .download-teaser:not(.no-img).highlight h2 a {
		background: none;
		padding: 0;
		margin: 0;

		margin-top: 5px;
		color: #000;
		font-size: 12px;
		letter-spacing: 0;
	}

	.lx_top2025_banner .teaser:not(.no-img).highlight > a ,
	.lx_top2025_banner .external-teaser:not(.no-img).highlight > a ,
	.lx_top2025_banner .download-teaser:not(.no-img).highlight > a {
		border: 1px solid #84ADC5;
	}
}

@media screen and (max-width: 767px) {
	.lx_top2025_banner .teaser:not(.no-img).highlight ,
	.lx_top2025_banner .external-teaser:not(.no-img).highlight ,
	.lx_top2025_banner .download-teaser:not(.no-img).highlight {
		flex-flow: row wrap;
		align-items: center;
		background: #fff;
		border: 1px solid #84ADC5;
		margin-bottom: 8px;
	}

	.lx_top2025_banner .teaser:not(.no-img).highlight h2 ,
	.lx_top2025_banner .external-teaser:not(.no-img).highlight h2 ,
	.lx_top2025_banner .download-teaser:not(.no-img).highlight h2 {
		width: 50%;
	}

	.lx_top2025_banner .teaser:not(.no-img).highlight h2 a ,
	.lx_top2025_banner .external-teaser:not(.no-img).highlight h2 a ,
	.lx_top2025_banner .download-teaser:not(.no-img).highlight h2 a {
		background: none;
		padding: 0;
		margin: 0;

		margin-top: 5px;
		padding-right: 10px;
		color: #000;
		font-size: 12px;
		letter-spacing: 0;
		text-decoration: none;
	}

	.lx_top2025_banner .teaser:not(.no-img).highlight > a ,
	.lx_top2025_banner .external-teaser:not(.no-img).highlight > a ,
	.lx_top2025_banner .download-teaser:not(.no-img).highlight > a {
		width: 50%;
		height: 80px;
	}

	.lx_top2025_banner .teaser:not(.no-img).highlight > a img ,
	.lx_top2025_banner .external-teaser:not(.no-img).highlight > a img ,
	.lx_top2025_banner .download-teaser:not(.no-img).highlight > a img {
		width: auto;
		margin: 0 auto;
		max-width: none;
		max-height: 100%;
		object-fit: contain;
	}
}


/* sitemap */
.lx_top2025_sitemap_box {
	padding-top: 32px;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	#sharewithmain .lx_top2025_sitemap_box {
		display: none;
	}
}


#sharewithmain .lx_top2025_sitemap .link-list * ,
#sharewithmain .lx_top2025_sitemap .sitemap-1st * {
	display: block;
	width: auto;
	margin: 0;
}
#sharewithmain .lx_top2025_sitemap .link-list a ,
#sharewithmain .lx_top2025_sitemap .sitemap-1st a {
	padding: 0;
	margin: 0;
	border: none;
}
#sharewithmain .lx_top2025_sitemap .link-list a::before ,
#sharewithmain .lx_top2025_sitemap .sitemap-1st a::before {
	content: none;
}

#sharewithmain .lx_top2025_sitemap .link-list.highlight ul li:not(.highlight) a ,
#sharewithmain .lx_top2025_sitemap .sitemap-1st > h3 > a {
	display: inline-block;
	margin-top: 8px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

#sharewithmain .lx_top2025_sitemap .link-list:not(.highlight) ul li.highlight a ,
#sharewithmain .lx_top2025_sitemap .sitemap-1st > ul > li > a {
	display: inline-block;
	margin-top: 8px;
	color: #3989B5;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

#sharewithmain .lx_top2025_sitemap .link-list:not(.highlight) ul li:not(.highlight) a ,
#sharewithmain .lx_top2025_sitemap .sitemap-1st ul.siteLevel_2 > li > a {
	display: inline-block;
	margin-left: 8px;
	margin-top: 3px;
	color: #3989B5;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5;
}


