@charset "utf-8";
/*------------------ based on 19/01/21 */
/* > 1%, last 4 versions, Firefox ESR */
/*------------------------------------ */

/* 三菱UFJ信託銀行様　金の果実向け設定 */
/* --------------------------------------
 基本設定
-------------------------------------- */
/* 游ゴシック/游明朝 を使わない */
/*
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.mincho {
	font-family: "Hiragino Mincho ProN", "HGS明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "メイリオ", Meiryo, serif;
}
*/


/* font-sizeは14pxが規準です */
body {
	color: #333;
}

a:link {
	color: #0066aa;
	text-decoration: none;
}
a:visited {
	color: #3d4499;
	text-decoration: none;	
}

a:hover ,
a:active {
	color: #0066aa;;
	text-decoration: underline;
}

/*------------------------------------- 
 グリットレイアウト
-------------------------------------*/
#html1 {
}

/*-- コンテンツエリア --*/
#wrapper-2 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	width: 1000px;
}

#nav {
/*	float: left;*/
	float: right;
}

#wrapper-3 {
/*	float: right;*/
	float: left;
	margin-bottom: 150px;
}

#sharewithmain {
}


/*-- コンテンツ下エリア --*/
#promos3 {
	clear: both;
}


/*-- サイドナビエリア --*/
#promos1 {
}

#nav-box {
	margin-bottom: 40px;
	margin-top: 120px;
}

#promos2 {
}


/* サイドナビ表示なし */
.col-subcol #wrapper-3 {
	overflow: hidden;
	margin-bottom: 0;
}

.col-subcol #nav {
}


/*-- ワイドモード --*/
body[id=wide] #wrapper-2 ,
body[id=wide] #wrapper-3 {
	min-width: 1000px;
}


/*------------------------------------- 
 フッターエリア
-------------------------------------*/
/*-- セクションフッター --*/
#section-site-info {
}

#section-site-info-box {
}

/*-- フッター --*/
#site-info {
	min-width: 1000px;
    position: relative;
    margin-top: 30px;
    border-top: 4px solid #e90000;
/*    background: #EEE;*/
}

#site-info-box {
/*
	width: 1000px;
	margin: auto;
*/
}

p#copyright {
	font-size: 11px;
	color: #aaa;
	text-align: right;
}


/*------------------------------------- 
 ヘッダエリア
-------------------------------------*/
/*-- 画像とテキストの場合のみ --*/
#branding ,
#logo ,
#nav-meta {
	display: none;
}

/*-- 更新日表示 --*/
#pub-date {
	width: 1000px;
	margin: auto;
}

#pub-date p {
	text-align: right;
}

/*-- セクションヘッダー（総合トップ・スペシャル以外） --*/
#section-header {
	margin: 30px auto 20px auto;
	width: 1000px;
	background: #0d8ccc;
	border-radius: 5px;
	overflow: hidden;
}

#section-header h5 {
}

#section-header p {
}


/*------------------------------------- 
 ぱんくず
-------------------------------------*/
/* 4箇所ある枠の内1か所に入力 */
.bread-crumb {
	margin: auto;
	padding: 15px 0px;
/*	width: 1000px;*/
	width: 100%;
	min-width: 1000px;
	font-size: 13px;
	background: #f6f7fb;
}

.bread-crumb ol {
	width: 1000px;
	margin: auto;
}

.bread-crumb ol:after ,
.bread-crumb:after {
	content: "";
	display: block;
	clear: both;
}

.bread-crumb a {
/*	color: inherit; */
}

.bread-crumb h5 ,
.bread-crumb h5 p ,
.bread-crumb h5 span ,
.bread-crumb ol li {
	float: left;
	padding: 0 15px 0 10px;
	background: url(../../../../../../resources/sw_img/icon_bread_crumb.png) right center no-repeat;
}

.bread-crumb ol li:last-child {
    background: none;
}

/*
.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;
}
#header.ja ~ * .bread-crumb ol li:first-child a:before ,
#header.ja ~ .bread-crumb ol li:first-child a:before {
	content: "ホーム";
	font-size: 13px;
}
#header.en ~ * .bread-crumb ol li:first-child a:before ,
#header.en ~ .bread-crumb ol li:first-child a:before {
	content: "HOME";
	font-size: 13px;
}


/* -----------------------------
 グローバルナビ
--------------------------------- */
/*-- ページプロパティから設定可 --*/
#nav-global {
	display: none;
}



/*------------------------------------- 
 サイドナビ
-------------------------------------*/
/*-- ページプロパティから設定可 --*/
#nav-box input ,
#nav-box label {
	display: none;
}

#nav-box h6 {
	display: none;
}

#nav-box p.btn {
	display: none;
}



/*1階層*/
#nav-box ul.navLevel_1 {
}

#nav-box ul.navLevel_1 > li {
}

#nav-box ul.navLevel_1 > li:not(.open) {
	display: none;
}

#nav-box ul.navLevel_1 > li.open {
	border: 1px solid #ccd0d9;
}

#nav-box ul.navLevel_1 > li > h5 > strong,
#nav-box ul.navLevel_1 > li > h5 > a,
#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a {
    position: relative;
    display: block;

    /* padding: 6px 12px; */
    padding: 15px 25px;

    /* background: #646464; */
    background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e7eaef));
    background: -webkit-linear-gradient(#ffffff,#e7eaef);
    background: -o-linear-gradient(#ffffff,#e7eaef);
    background: linear-gradient(#ffffff,#e7eaef);
    /*color: #fff;*/
    color: #0067ac;

    /*font-size: 14px;*/
    font-size: 1.2em;

    font-weight: bold;
    text-decoration: none;
    /* border: 1px solid #c8c8c8; */

/*    border-bottom: 1px solid #ccd0d9;*/
}

#nav-box ul.navLevel_1 > li > h5 > strong,
#nav-box ul.navLevel_1 > li > h5 > a:hover ,
#nav-box ul.navLevel_1 > li > strong ,
#nav-box ul.navLevel_1 > li > a:hover {
    background: -webkit-gradient(linear,left top, left bottom,from(#e7eaef),to(#ffffff));
    background: -webkit-linear-gradient(#e7eaef,#ffffff);
    background: -o-linear-gradient(#e7eaef,#ffffff);
    background: linear-gradient(#e7eaef,#ffffff);
}


#nav-box ul.navLevel_1 > li > h5 > a:hover ,
#nav-box ul.navLevel_1 > li > a:hover {
	/* background: #fff;*/
    background: #e90000;

    /* color: #646464; */
    color: #fff;
}

#nav-box ul.navLevel_1 > li > h5 > strong:before ,
#nav-box ul.navLevel_1 > li > h5 > a:before ,
#nav-box ul.navLevel_1 > li > strong:before ,
#nav-box ul.navLevel_1 > li > a:before {
	content: "";
    left: 15px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #e90000;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: scaleX(2.0);
        -ms-transform: scaleX(2.0);
            transform: scaleX(2.0);
}
/* ホバー時*/
/*#nav-box ul.navLevel_1 > li > h5 > strong:hover:before,*/
#nav-box ul.navLevel_1 > li > h5 > a:hover:before,
/*#nav-box ul.navLevel_1 > li > strong:hover:before,*/
#nav-box ul.navLevel_1 > li > a:hover:before {
    content: "";
    left: 15px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: scaleX(2.0);
        -ms-transform: scaleX(2.0);
            transform: scaleX(2.0);
}


/*2階層*/
#nav-box ul.navLevel_2 {
	border-top: 1px solid #ccd0d9;
}

#nav-box ul.navLevel_2 > li {
    border-bottom: 1px dotted #b2b2b2;
}

#nav-box ul.navLevel_2 > li:last-of-type {
    border-bottom: none;
}

#nav-box ul.navLevel_2 > li.open,
#nav-box ul.navLevel_2 > li.on {
	font-weight: bold;
}

/* 自ページ表示時 白右三角アイコン*/
#nav-box ul.navLevel_2 > li.on > h5 > strong:before,
#nav-box ul.navLevel_2 > li.on > h5 > a:before {
    content: "";
/*    left: 15px;*/
	left: 25px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: scaleX(2.0);
        -ms-transform: scaleX(2.0);
            transform: scaleX(2.0);
}


/* 自ページ表示時、下層ページがある場合下▼アイコン*/
#nav-box ul.navLevel_2 > li.open:not(.no-children) > h5 > strong:before,
#nav-box ul.navLevel_2 > li.open:not(.no-children) > h5 > a:before {
    content: "";
/*    left: 10px;*/
	left: 21px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: 0;
    -webkit-transform: scaleY(2.0);
        -ms-transform: scaleY(2.0);
            transform: scaleY(2.0);
}

#nav-box ul.navLevel_2 > li > h5  > strong,
#nav-box ul.navLevel_2 > li > h5  > a ,
#nav-box ul.navLevel_2 > li > strong,
#nav-box ul.navLevel_2 > li > a {
    position: relative;
	display: block;
    padding: 15px 25px;
    background: #fff;
    /* color: #323232; */
    color: #0067ac;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    /*border-bottom: 1px solid #c8c8c8*/;
    border-top: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_2 > li > h5  > strong:first-of-type,
#nav-box ul.navLevel_2 > li > h5  > a:first-of-type ,
#nav-box ul.navLevel_2 > li > strong:first-of-type,
#nav-box ul.navLevel_2 > li > a:first-of-type {
    border-top: none;
	padding-left: 40px;
}

#nav-box ul.navLevel_2 > li > h5 > strong ,
#nav-box ul.navLevel_2 > li > h5 > a:hover ,
#nav-box ul.navLevel_2 > li > strong ,
#nav-box ul.navLevel_2 > li > a:hover {
	/*background-color: #fef0e7; */
    background-color: #e90000;
	color: #fff;
	font-weight: bold;
}

#nav-box ul.navLevel_2 > li > h5 > strong:before ,
#nav-box ul.navLevel_2 > li > h5 > a:before ,
#nav-box ul.navLevel_2 > li > strong:before ,
#nav-box ul.navLevel_2 > li > a:before {
	content: "";
/*    left: 15px;*/
	left: 25px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #e90000;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: scaleX(2.0);
        -ms-transform: scaleX(2.0);
            transform: scaleX(2.0);
}
#nav-box ul.navLevel_2 > li > h5 > strong:hover:before,
#nav-box ul.navLevel_2 > li > h5 > a:hover:before,
#nav-box ul.navLevel_2 > li > strong:hover:before,
#nav-box ul.navLevel_2 > li > a:hover:before {
    content: "";
/*    left: 15px;*/
	left: 25px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: scaleX(2.0);
        -ms-transform: scaleX(2.0);
            transform: scaleX(2.0);
}


/*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.on {
	font-weight: bold;
}

#nav-box ul.navLevel_2 > li.open > h5 > strong,
#nav-box ul.navLevel_2 > li.open > h5 > a,
#nav-box ul.navLevel_2 > li.on > h5 > strong,
#nav-box ul.navLevel_2 > li.on > h5 > a {
	font-weight: bold;
	color: #fff;
	background: #e90000;
	padding-left: 40px;
}

#nav-box ul.navLevel_3 > li.on > h5 > strong:before,
#nav-box ul.navLevel_3 > li.on > h5 > a:before {
    content: "";
/*    left: 26px;*/
	left: 36px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #e90000;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: scaleX(2.0);
        -ms-transform: scaleX(2.0);
            transform: scaleX(2.0);
}

#nav-box ul.navLevel_3 > li.open:not(.no-children) > h5 > strong:before,
#nav-box ul.navLevel_3 > li.open:not(.no-children) > h5 > a:before {
    content: "";
/*    left: 26px;*/
	left: 36px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 3px solid #e90000;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: scaleY(2.0);
        -ms-transform: scaleY(2.0);
            transform: scaleY(2.0);
}


#nav-box ul.navLevel_3 > li:last-of-type {
	border-bottom: none;
}
#nav-box ul.navLevel_3 > li > h5 > strong ,
#nav-box ul.navLevel_3 > li > h5 > a ,
#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li > a {
	position: relative;
	display: block;
	padding: 8px 12px;
/*	padding-left: 40px;*/
	padding-left: 60px;
	background: #f0f0f0;
/*	color: #323232;*/
	color: #0066aa; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

#nav-box ul.navLevel_3 > li > h5 > strong:last-of-type ,
#nav-box ul.navLevel_3 > li > h5 > a:last-of-type ,
#nav-box ul.navLevel_3 > li > strong:last-of-type ,
#nav-box ul.navLevel_3 > li > a:last-of-type {
	border-bottom: none;
}

#nav-box ul.navLevel_3 > li > h5 > strong:before ,
#nav-box ul.navLevel_3 > li > h5 > a:before ,
#nav-box ul.navLevel_3 > li > strong:before ,
#nav-box ul.navLevel_3 > li > a:before {
/*
	content: ">";
	position: absolute;
	left: 18px;
*/
	content: "";
/*    left: 26px;*/
	left: 36px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #e90000;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: scaleX(2.0);
        -ms-transform: scaleX(2.0);
            transform: scaleX(2.0);
}

#nav-box ul.navLevel_3 > li > h5 > strong ,
#nav-box ul.navLevel_3 > li > h5 > a:hover ,
#nav-box ul.navLevel_3 > li > strong ,
#nav-box ul.navLevel_3 > li > a:hover {
/*	background-color: #fef0e7;*/
	background-color: #f5f6fa;
	font-weight: bold;

}
/*
#nav-box ul.navLevel_3 > li > h5 > strong:hover:before,
#nav-box ul.navLevel_3 > li > h5 > a:hover:before,
#nav-box ul.navLevel_3 > li > strong:hover:before,
#nav-box ul.navLevel_3 > li > a:hover:before {
    content: "";
    left: 18px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: scaleX(2.0);
        -ms-transform: scaleX(2.0);
            transform: scaleX(2.0);
}
*/


/*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.on {
	font-weight: bold;
}

#nav-box ul.navLevel_4 > li.on > h5 > strong:before,
#nav-box ul.navLevel_4 > li.on > h5 > a:before {
    content: "";
    left: 18px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: scaleX(2.0);
        -ms-transform: scaleX(2.0);
            transform: scaleX(2.0);
}

#nav-box ul.navLevel_4 > li.open:not(.no-children) > h5 > strong:before,
#nav-box ul.navLevel_4 > li.open:not(.no-children) > h5 > a:before {
    content: "";
    left: 18px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: scaleY(2.0);
        -ms-transform: scaleY(2.0);
            transform: scaleY(2.0);}

#nav-box ul.navLevel_4 > li > h5 > strong ,
#nav-box ul.navLevel_4 > li > h5 > a ,
#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 > h5 > strong:before ,
#nav-box ul.navLevel_4 > li > h5 > a:before ,
#nav-box ul.navLevel_4 > li > strong:before ,
#nav-box ul.navLevel_4 > li > a:before {
/*
	content: "・";
	margin-left: 0.5em;
*/
	content: "";
    left: 18px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #e90000;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: scaleX(2.0);
        -ms-transform: scaleX(2.0);
            transform: scaleX(2.0);
}

#nav-box ul.navLevel_4 > li > h5 > strong ,
#nav-box ul.navLevel_4 > li > h5 > a:hover ,
#nav-box ul.navLevel_4 > li > strong ,
#nav-box ul.navLevel_4 > li > a:hover {
	background: #eb3132;
	color: #fff; 
	font-weight: bold;
}
#nav-box ul.navLevel_4 > li > h5 > strong:hover:before,
#nav-box ul.navLevel_4 > li > h5 > a:hover:before,
#nav-box ul.navLevel_4 > li > strong:hover:before,
#nav-box ul.navLevel_4 > li > a:hover:before {
    content: "";
    left: 18px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: scaleX(2.0);
        -ms-transform: scaleX(2.0);
            transform: scaleX(2.0);
}

#nav-box ul.navLevel_5 {
	display: none;
}
/* -- ☆階層が増えるごとに、連番で追加 -- */


/* -----------------------------
 コンテンツエリア
--------------------------------- */
/*------- リンクテキスト ----------*/
.quoted-text blockquote a ,
.highlight-quoted-text a ,
.text-section a ,
.faq-item a ,
.vtable-item a ,
.ircalendar-title a ,
.ircalendar-item a {
}

/*------- 別窓アイコン ----------*/
.quoted-text blockquote a[target="_blank"]:after ,
.highlight-quoted-text a[target="_blank"]:after ,
.text-section a[target="_blank"]:after ,
.faq-item a[target="_blank"]:after ,
.vtable-item a[target="_blank"]:after ,
.ircalendar-title a[target="_blank"]:after ,
.ircalendar-item a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: baseline;
	margin: 0 5px;
}

/*------- PDFアイコン ----------*/
.quoted-text blockquote a[href$=".pdf"]:after ,
.highlight-quoted-text a[href$=".pdf"]:after ,
.text-section a[href$=".pdf"]:after ,
.faq-item a[href$=".pdf"]:after ,
.vtable-item a[href$=".pdf"]:after ,
.ircalendar-title a[href$=".pdf"]:after ,
.ircalendar-item a[href$=".pdf"]:after ,
.quoted-text blockquote a[href*=".pdf#"]:after ,
.highlight-quoted-text a[href*=".pdf#"]:after ,
.text-section a[href*=".pdf#"]:after ,
.faq-item a[href*=".pdf#"]:after ,
.vtable-item a[href*=".pdf#"]:after ,
.ircalendar-title a[href*=".pdf#"]:after ,
.ircalendar-item a[href*=".pdf#"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin: 0 5px;
}


/*------------------------------------- 
 見出し
-------------------------------------*/
/*-- ページ概要エリア --*/
#page-intro {
	width: 100%;
	min-width: 750px;
	margin-bottom: 20px;
}

/* -- ページタイトルをテキストで表示 -- */
#page-intro > h1 {
	/* background: #547DCB; */
	/* color: #FFF; */
	color: #333;
	font-size: 24px;
	line-height: 1.2;
	padding: 15px 20px;
}

/* -- ページタイトルを画像で表示 -- */
#page-intro .titleImage {
	margin-bottom: 20px;
}

#page-intro .titleImage h1 {
}

#page-intro .titleImage h1 img {
	width: auto;
}

/* -- 日付（ニュース・マルチ2） -- */
#page-intro .text-meta {
	color: inherit;
}

/*-------------- 中見出し(共通) ------------*/

.title2 {
}

.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 {
	position: relative;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-top: 13px;
    /* color: #072D74; */
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    /* border-bottom: solid 1px #CCC; */
    /* border-left: solid 3px #072D74; */
    border-bottom: solid 2px #aa180e;
    background: #f5f7fa;
    margin-bottom: 20px;
    margin-top: 20px;
}
.text-section h2:after ,
.link-list h2:after ,
.link-list-url h2:after ,
.news-result dl dt:after ,
.news-yuho dl dt:after ,
.news-presentation dl dt:after ,
.news-material dl dt:after ,
.title2:not(.highlight) h2:after {
	content: "";
    position: absolute;
    left: 0;
    top: calc(11px + 0.2em / 2);
    display: block;
    width: 5px;
    height: 1em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e52307), to(#b3190b));
    background-image: -webkit-linear-gradient(#e52307, #b3190b);
    background-image: -o-linear-gradient(#e52307, #b3190b);
    background-image: linear-gradient(#e52307, #b3190b);}

/*-------------- 小見出し --------------*/
/* -- 見出しh2レベル -- */
.title2.highlight h2 {
}

.title2:last-child h2 {
	margin-bottom: 0px;
}


/* -- 見出しh3レベル -- */
.title3:not(.highlight) h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    /* border: #CCC 1px solid; */
    border-bottom: 1px solid #aa180d;
    padding: 8px 8px 6px;
    margin-bottom: 12px;
}

.title3.highlight h3 {
	font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #fff;	
    background: #e90000;
    padding: 10px 10px 10px;
    margin-bottom: 12px;
}


/* -- 見出しh4レベル -- */
.title4:not(.highlight) h4 {

	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
/*	border-left: #999 3px solid;*/
	padding-top: 1px;

	padding-left: 8px;
}

.title4.highlight h4 {
}


/*------------------------------------- 
 テキスト・画像
-------------------------------------*/
/*-------------- 緊急お知らせエリア --------------*/
/* 総合トップ・サイトトップのみ、コンテンツエリア外に１つのみ */
.quoted-text {
	width: 1000px;
	margin: 20px auto;
}

.quoted-text blockquote {
	background: none;
	padding: 10px;
	border: #F00 2px solid;
}

/*-------------- 囲み線ありテキスト --------------*/
.highlight-quoted-text {
/*	border: #FFCC00 3px solid;*/
	border: none;

/*	background-color: #FFFFCC;*/
	background-color: #e6e9ee;
	padding: 15px 20px;
	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;
}

/*-------------- テキストと画像 --------------*/
.text-section {
	margin-bottom: 20px;
}

/*-------------- FAQ --------------*/
.faq-list {
}

.faq-list > ul {
    border-top: 1px solid #ccd0d9;
}

.faq-list > ul > li {
    clear: both;
    padding-top: 30px;
    min-height: 83px;
    border-bottom: 1px solid #ccd0d9;
}

.faq-list > ul > li:last-of-type {
}

.faq-list h3 {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	font-weight: bold;
}
/* Qの行全体を選択出来るようにする設定 */
.faq-list h3 a {
	display: block;
}
/*
.faq-list h3:before {
	content: "";
    background: url(../../../../../../resources/sw_img/icon_q.png) no-repeat;
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
}
*/
.faq-list h3 a:after {
	content: "";
    background: url(../../../../../../resources/sw_img/icon_q.png) no-repeat;
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
}
/* Qの行全体を選択出来るようにする設定 ここまで*/

.faq-list h3 a:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../../../../../../resources/sw_img/icon_qa_close.png) no-repeat center center;
	background-size: contain;
}

.faq-list h3 a.js-selected:before {
	background-image: url(../../../../../../resources/sw_img/icon_qa_open.png);
}


.faq-item {
	position: relative;
	padding-left: 30px;
	padding-bottom: 30px;
}

.faq-item:before {
	content: "";
    background: url(../../../../../../resources/sw_img/icon_a.png) no-repeat;
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
}

/*-- FAQを出しっぱなしにする設定 --*/
/*
.faq-list h3 a {
	cursor: inherit;
}
.faq-list > ul > li {
	height: auto !important;
}
.faq-item {
	display: block !important;
}
*/


/*------------------------------------- 
 ページ内リンク・バナーリンク・エリアリンク
-------------------------------------*/
/* 原則、内部リンクと外部リンクは同スタイルを設定する */

/*-------------- ページ内リンク --------------*/
/* ページ内リンクは１カラム内にまとめて入力し、マルチカラムクラスでアライメントを設定する */
.anchor-link {
	display: inline-block;
	margin-bottom: 10px;
}

.anchor-link + .anchor-link {
	margin-left: 10px;
	padding-left: 10px;
}

.anchor-link a {
	position: relative;
	display: block;
	font-size: 14px;
	padding-left: 18px;
	background: url(../../../../../../resources/sw_img/icon_anchor-link.png) left 6px top 5px no-repeat;
}

.anchor-link a:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-top: solid 5px #ff1a00;
}


/*-------------- バナー（共通設定） --------------*/
.teaser ,
.external-teaser ,
.download-teaser {
}

/* テキストのみ／テキストと画像 */
.teaser h2 ,
.external-teaser h2 ,
.download-teaser h2 {
	margin-bottom: 5px;
}

.teaser h2 a ,
.external-teaser h2 a ,
.download-teaser h2 a {
}

.teaser p ,
.external-teaser p ,
.download-teaser p {
	margin-bottom: 10px;
}

/* 画像のみ／テキストと画像 */
.teaser > a ,
.external-teaser > a ,
.download-teaser > a {
}

.teaser > a img ,
.external-teaser > a img ,
.download-teaser > a img {
}



/* ----- 内部・外部バナー（テキストのみ）　メインエリア用 ----- */
[role="main"] .teaser.no-img:not(.highlight) ,
[role="main"] .external-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

[role="main"] .teaser.no-img:not(.highlight) h2 ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 {
	position: relative;
	display: table;
    width: 100%;
}

[role="main"] .teaser.no-img:not(.highlight) h2 a ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a {
	height: 80px;
    display: table-cell;
    vertical-align: middle;
	padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    /* background-color: #DCE5F4; */
    background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
    background: -webkit-linear-gradient(#ffffff,#e9eaee);
    background: -o-linear-gradient(#ffffff,#e9eaee);
    background: linear-gradient(#ffffff,#e9eaee);
    border: 1px solid #ced2db;
    text-decoration: none;
}

[role="main"] .teaser.no-img:not(.highlight) h2 a:after ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a:after {

	content: "";
    position: absolute;
	display: block;
	content: "";
    display: block;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
	border-bottom: 5px solid #e90000;
    position: absolute;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);

}

[role="main"] .teaser.no-img:not(.highlight) h2 a[target="_blank"]:after,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
	content: "";
    top: 8px;
    right: 5px;
    width: 10px;
    height: 9px;
	border: none;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
    display: block;
    position: absolute;
    margin-top: -3px;
}

[role="main"] .teaser.no-img:not(.highlight) p ,
[role="main"] .external-teaser.no-img:not(.highlight) p {
}

[role="main"] .teaser.no-img:not(.highlight) h2 a:hover ,
[role="main"] .external-teaser.no-img:not(.highlight) h2 a:hover {
    /*background-color: #7F9BDA; */
    background: -webkit-gradient(linear,left top, left bottom,from(#e9eaee),to(#ffffff));
    background: -webkit-linear-gradient(#e9eaee,#ffffff);
    background: -o-linear-gradient(#e9eaee,#ffffff);
    background: linear-gradient(#e9eaee,#ffffff);
	/*color: #fff;*/
}

/* お問い合わせ専用 チェックボックスつきテキスト */
[role="main"] .external-teaser.with-checkbox:not(.highlight) p {
	text-align: center;
}

[role="main"] .external-teaser.with-checkbox:not(.highlight) input[type=checkbox] {
	vertical-align: middle;
}

/* お問い合わせ専用 リンク無効時 */
[role="main"] .external-teaser.with-checkbox.disabled:not(.highlight) h2 a {
	background: #ccc;
	color: #999;
}

[role="main"] .external-teaser.with-checkbox.disabled:not(.highlight) h2 a:before {
	content: none;
}


/* ----- 内部バナー　プロモス1用 ----- */
#promos1 .teaser.no-img ,
#promos1 .teaser.no-img h2 {
	margin-bottom: 0;
}


/* ----- 内部・外部バナー（テキストと画像）　メインエリア用 ----- */
[role="main"] .teaser:not(.no-img):not(.highlight) ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

[role="main"] .teaser:not(.no-img):not(.highlight) > * ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a {
	padding: 10px 20px;
	text-align: center;
	font-size: 14px;
	color: #333;
	background-color: #DCE5F4;
	text-decoration: none;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a[target="_blank"]:after,
/* フッター設定分 */
#site-info .area-footer-sitemap .sitemap-1st > a[target="_blank"]:after,
#site-info .area-footer-sitemap .sitemap-1st .siteLevel_1 li a[target="_blank"]:after,
#site-info .area-footer-sitemap .internal-teaser > h2 > a[target="_blank"]:after,
#site-info .area-footer-sitemap .external-teaser > h2 > a[target="_blank"]:after,
#site-info .area-footer-sitemap .link-list a[target="_blank"]:after,
#site-info .area-footer-link .link-list a[target="_blank"]:after
 {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 8px;
	height: 7px;
	vertical-align: middle;
	margin-left: 5px;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 + a ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 + a {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	display: block;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 + a img ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 + a img {
	display: block;
	width: 100%;
}


[role="main"] .teaser:not(.no-img):not(.highlight) p ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) p {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

[role="main"] .teaser:not(.no-img):not(.highlight) h2 a:hover ,
[role="main"] .external-teaser:not(.no-img):not(.highlight) h2 a:hover {
	background-color: #7F9BDA;
	color: #fff;
}



/* ----- ダウンロードバナー（テキストのみ）　メインエリア用 ----- */
[role="main"] .download-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 {
	position: relative;
	display: table;
    width: 100%;
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 a {
/*
	padding: 10px 20px;
	text-align: center;
	color: #333;
	background-color: #FCC;
	text-decoration: none;
*/
	height: 80px;
    display: table-cell;
    vertical-align: middle;
	padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
    background: -webkit-linear-gradient(#ffffff,#e9eaee);
    background: -o-linear-gradient(#ffffff,#e9eaee);
    background: linear-gradient(#ffffff,#e9eaee);
    border: 1px solid #ced2db;
    text-decoration: none;

}

[role="main"] .download-teaser.no-img:not(.highlight) h2 a:before {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	
	background-size: contain;
	display: inline-block;
	width: 28px;
	height: 14px;
	vertical-align: middle;
	margin-left: 5px;
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 a:after {
	content: "";
    position: absolute;
	display: block;
	content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
	border-bottom: 5px solid #e90000;
    position: absolute;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}


[role="main"] .download-teaser.no-img:not(.highlight) p {
}

[role="main"] .download-teaser.no-img:not(.highlight) h2 a:hover {
	background-color: rgba(255, 192, 192, 0.8);
}


/*-------------- 内部ページ エリアリンク --------------*/
/*-------------- 外部ページ エリアリンク --------------*/
.internal-link-area:not(.highlight) ,
.external-link-area:not(.highlight) {
/*	margin-bottom: 20px;*/
	margin-bottom: 0;
    display: table;
    width: 100%;

}

.internal-link-area:not(.highlight) > a ,
.external-link-area:not(.highlight) > a {
	position: relative;
	/* IEで画像が横伸びするため、設定削除・変更*/
/*	display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
	display: table-cell;
/* テーブルはmin-heightがきかない*/
/*	min-height: 90px;*/
	height: 80px;
	text-decoration: none;
    padding: 10px 20px;
    text-align: center;
	vertical-align: middle;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
    background: -webkit-linear-gradient(#ffffff,#e9eaee);
    background: -o-linear-gradient(#ffffff,#e9eaee);
    background: linear-gradient(#ffffff,#e9eaee);
    border: 1px solid #ced2db;
}
/* IEで画像が横伸びするため、設定削除*/
/*
.internal-link-area:not(.highlight) > a * ,
.external-link-area:not(.highlight) > a * {
	flex: 0 0 auto;
}
*/

.internal-link-area:not(.highlight) > a:after,
.external-link-area:not(.highlight) > a:after {
    display: block;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #e90000;
    position: absolute;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}


/*-- マウスオーバー --*/
.internal-link-area:not(.highlight) > a:hover ,
.external-link-area:not(.highlight) > a:hover {
/*	opacity: 0.7;*/
    background: -webkit-gradient(linear,left top, left bottom,from(#e9eaee),to(#ffffff));
    background: -webkit-linear-gradient(#e9eaee,#ffffff);
    background: -o-linear-gradient(#e9eaee,#ffffff);
    background: linear-gradient(#e9eaee,#ffffff);
}


/* エリアリンク の直後にテキスト（画像）orリンクリストを設置した場合 */
.internal-link-area:not(.highlight) + .text-section,
.external-link-area:not(.highlight) + .text-section,
.internal-link-area:not(.highlight) + .link-list,
.external-link-area:not(.highlight) + .link-list {
    border-left: 1px solid #ced2db;
    border-right: 1px solid #ced2db;
    border-bottom: 1px solid #ced2db;
    padding: 10px 10px 10px 10px;
}

.internal-link-area:not(.highlight) + .text-section img.large ,
.external-link-area:not(.highlight) + .text-section img.large {
	margin-bottom: 0;
}


/* エリアリンク ハイライト表示 */
.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: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
/*
	width: 18px;
	height: 23px;
*/
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin: 0 5px;
}


/*------------------------------------- 
 リスト
-------------------------------------*/
/* 共通設定 決算短信・有報・最新決算・説明会資料（自動連携）、リンクリスト（手動） */
/* マージ設定用マルチカラムclass名： "edit-only" */

.link-list:not(.highlight) ul,
.link-list-url ul ,
.news-result dl ,
.news-yuho dl ,
.news-presentation dl ,
.news-material dl {
	margin-bottom: 20px;
}

/*-- 副見だし --*/
.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: 10px;*/
	margin-bottom: 5px;
}

/* マージされたハイライト表示のリンクは、直前のリンクに属する様に見えるスタイルにする。 */
/* (ハイライト表示されていないリンクは、他の決算短信・有報と同列に表示）  */
.link-list:not(.highlight) li.internal-link-text.highlight ,
.link-list:not(.highlight) li.extermal-link-text.highlight ,
.link-list:not(.highlight) li.download-link-text.highlight ,
.link-list:not(.highlight) li.text-without-link.highlight ,
.news-result dl dd.merged.highlight ,
.news-yuho dl dd.merged.highlight ,
.news-presentation dl dd.merged.highlight ,
.news-material dl dd.merged.highlight {
	padding-top: 0px;
	padding-left: 30px;
}

/* マージされたハイライト表示のリンクのＬ字アイコン */
.link-list:not(.highlight) li.internal-link-text.highlight:before ,
.link-list:not(.highlight) li.extermal-link-text.highlight:before ,
.link-list:not(.highlight) li.download-link-text.highlight:before ,
.link-list:not(.highlight) li.text-without-link.highlight:before ,
.news-result dl dd.merged.highlight:before ,
.news-yuho dl dd.merged.highlight:before ,
.news-presentation dl dd.merged.highlight:before ,
.news-material dl dd.merged.highlight:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 10px;
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* リンクアイコン（ダウンロード以外） */
.news-result dl dd.merged.no-download:not(.highlight) ,
.news-yuho dl dd.merged.no-download:not(.highlight) ,
.news-presentation dl dd.merged.no-download:not(.highlight) ,
.news-material dl dd.merged.no-download:not(.highlight) {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 6px top 0.5em no-repeat;
	padding-left: 20px;
}

/* 外窓アイコン（ダウンロード以外） */
.news-result dl dd.merged.no-download a[target="_blank"]:after ,
.news-yuho dl dd.merged.no-download a[target="_blank"]:after ,
.news-presentation dl dd.merged.no-download a[target="_blank"]:after ,
.news-material dl dd.merged.no-download a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 8px;
	height: 7px;
	vertical-align: middle;
	margin: 0 3px;
}


/*-------------- リンクリスト ------------------- */
/*-------------- リンクリストURL事前確認 ---------*/
.link-list:not(.highlight) ,
.link-list-url {
}

/* -- 副見出し -- */
.link-list:not(.highlight) h2,
.link-list-url h2 {
}

.link-list:not(.highlight) ul,
.link-list-url ul {
}

/* -- ダウンロード以外 -- */
.link-list:not(.highlight) .internal-link-text ,
.link-list:not(.highlight) .external-link-text ,
.link-list:not(.highlight) .text-without-link ,
.link-list-url .internal-link-text ,
.link-list-url .external-link-text {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 6px top 8px no-repeat;
	padding-left: 20px;
}

/* リンクテキスト */
.link-list:not(.highlight) .internal-link-text a ,
.link-list:not(.highlight) .external-link-text a ,
.link-list:not(.highlight) .download-link-text a:not(.d_icon) ,
.link-list:not(.highlight) .text-without-link span ,
.link-list-url .internal-link-text a ,
.link-list-url .external-link-text a ,
.news-result dl dd a:not(.d_icon) ,
.news-yuho dl dd a:not(.d_icon) ,
.news-presentation dl dd a:not(.d_icon) ,
.news-material dl dd a:not(.d_icon) {
}

/* -- 別窓アイコン -- */
.link-list:not(.highlight) .internal-link-text a[target="_blank"]:after ,
.link-list:not(.highlight) .external-link-text a[target="_blank"]:after ,
.link-list-url .internal-link-text a[target="_blank"]:after ,
.link-list-url .external-link-text a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 8px;
	height: 7px;
	vertical-align: middle;
	margin: 0 5px;
}

/* -- ダウンロードリンク -- */
.link-list:not(.highlight) .download-link-text,
.link-list-url .download-link-url {
}

.link-list:not(.highlight) .download-link-text a:not(.d_icon) ,
.link-list-url .download-link-url 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共通 --*/

/* セル */
/* 枠線とセル内余白を指定 */
.shwTable table.htCore tr td ,
th, td {
	color: inherit;
	padding: 5px 15px;
/*	border: 1px solid #7F9BDA;*/
    border: 1px solid #c5c8cf;


}
/* 背景色を指定 */
.htCore tr td ,
th, td {
	background: #fff;
}

/* 見出し */
/* 背景色と文字色を指定 */
.highlights-table tr td:first-child ,
.highlights-alltable-2nd tr td:first-child ,
.haitou-table-2nd td.t1,
.haitou-table-2nd td.t2,
.haitou-table-2nd td.t12 ,
.shwTable table tr td.tableRowHead ,
.shwTable table tr td.tableColumnHead ,
td.tbRowHead ,
td.tbColumnHead ,
th {
/*	background-color: #DCE5F4;*/
    background-color: #dde0e7;
	font-weight: bold;
}

/* 見出し列 */
/* 背景色と文字色を指定 */
.form-summary table td:first-child ,
.highlights-table tr td:first-child ,
.highlights-alltable-2nd tr td:first-child ,
.haitou-table-2nd td.t1,
.haitou-table-2nd td.t2,
.haitou-table-2nd td.t12 ,
.shwTable table tr td.tableColumnHead ,
td.tbColumnHead ,
.vtable-item > table > tbody > tr > th {
	text-align: left;
	vertical-align: middle;
/*	background-color: #DCE5F4;*/
    background-color: #dde0e7;
}

/* 見出し行 */
/* 背景色と文字色を指定 */
.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: #DCE5F4;*/
    background-color: #dde0e7;

}

/* 見出し中の太字 */
.vtable-item > table > tbody > tr > th strong ,
.ircalendar-title > table > tbody > tr > th strong {
	font-weight: normal;
}


/* お問い合わせを表組風に */
/* 枠線とセル内余白（セル相当）、背景色と文字色(見出し列相当)を指定 */
.form-wrapper .form-edit ,
.form-wrapper .form-selection ,
.form-wrapper .form-edit:before ,
.form-wrapper .form-selection:before ,
.form-wrapper .form-edit > label ,
.form-wrapper .form-selection > label {
	color: inherit;
	padding: 5px 15px;
	border: 1px solid #7F9BDA;

	text-align: left;
	vertical-align: middle;
	background-color: #DCE5F4;
}

/*-------------- テーブル縦 --------------*/
/* -- デフォルト比率  -- */
.vtable-item > table > tbody > tr > td {
	width: 25%;
}

.vtable-item > table > tbody > tr > th {
	width: 12.5%;
}

/*-------------- テーブル横 --------------*/
/* -- デフォルト比率  -- */
.ircalendar-title > table > tbody > tr > th,
.ircalendar-item > table > tbody >tr > td {
	width: 25%;
}

.ircalendar-title > table > tbody > tr > th.ircalendar-title1 ,
.ircalendar-item > table > tbody > tr > td.ircalendar-item1  {
	width: 12.5%;
}

/*-------------- 表組 --------------*/
/* -- 表タイトル -- */
.shwTableTitle {
}

.shwTableTitle h2 {
	font-weight: bold;
	margin-bottom: 5px;
}

/* -- 表組 -- */
.shwTable {
	margin-bottom: 20px;
}

/* -- 単位（表組の外） -- */
.shwTable td.shw-table-row {
	color: inherit;
}


/*-------------- 財務ハイライト表組 --------------*/
.highlights-table ,
.highlights-alltable-2nd {
	margin-bottom: 40px;
}

/* 単位 */
.highlights-table .unit {
}

/*-------------- 配当 表組 --------------*/
.haitou-table-2nd {
	margin-bottom: 20px;
}

/* 配当予想セル */
.haitou-table-2nd table th.y0 ,
.haitou-table-2nd table td.y0 {
}


/*------------------------------------- 
 グラフ・財務ハイライト(グラフ)・配当金(グラフ)
-------------------------------------*/
/* important付きは、html上のスタイルを上書きする必要があるもの */

/*-------------- グラフ --------------*/
.graph {
	margin-bottom: 20px;
}

/* -- グラフ データラベル 文字影設定 -- */
/* -- (IEではこの設定は効ない。グラフテーマの設定が優先される) -- */
.highcharts-data-labels text {
/*	text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, -1px 1px 0px #FFF, 1px -1px 0px #FFF !important; */
}

/* -- 財務ハイライトver2 グラフ (凡例を含むエリア) -- */
.highlights-2nd > div:not([class]) {
/*	height: auto !important; */
	margin-bottom: 40px;
}

/* -- 財務ハイライトver2 グラフ (凡例を含まないエリア) -- */
.highlights-2nd .highlights-graph {
/*	width: 100% !important; */
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	height: 400px !important; */
}

/* -- 財務ハイライトver2 グラフ 凡例 -- */
.highlights-2nd .legend {
/*	margin: auto !important; */
/*	width: auto !important; */
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	text-align: center; */
}

.highlights-2nd .legend-item-box {
/*	float: none !important; */
/*	display: inline-block !important; */
/*	margin-left: -5px; */
}

/*-------------- 配当グラフ --------------*/
.haitou-graph-2nd {
	margin-bottom: 40px;
}

.haitou-graph-2nd .graph {
/*	min-width: auto !important; */
/*	max-width: none !important; */
/*	height: 400px !important; */
}


/*------------------------------------- 
 ニュース
-------------------------------------*/
/*-- ver2 ニュース一覧・ニュース一覧（カテゴリ）・英文書一覧・英文書一覧（カテゴリ） --*/
.news-list-2nd ,
.news-list-tabbed-2nd ,
.news-english-2nd ,
.news-english-tabbed-2nd {
	position: relative;
	margin-bottom: 20px;
}

.news-list-2nd ul ,
.news-list-tabbed-2nd ul ,
.news-english-2nd ul ,
.news-english-tabbed-2nd ul {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.news-list-2nd ul li ,
.news-list-tabbed-2nd ul li ,
.news-english-2nd ul li ,
.news-english-tabbed-2nd ul li {
	position: relative;

	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 {
	position: relative;
	display: block; 
	padding-left: 0px;
	padding-top: 0px;
	padding-left: 14.2em;
}

/*-- 画像 --*/
.news-list-2nd ul li .n_img ,
.news-list-tabbed-2nd ul li .n_img ,
.news-english-2nd ul li .n_img ,
.news-english-tabbed-2nd ul li .n_img {
}

/* -- リリースのテキスト -- */
.news-list-2nd ul li .news_tx ,
.news-list-tabbed-2nd ul li .news_tx ,
.news-english-2nd ul li .news_tx ,
.news-english-tabbed-2nd ul li .news_tx {
}

.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 {
/*	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 {
	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 {
	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 {
	margin-left: 5px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.news-list-2nd ul li .det_tx ,
.news-list-tabbed-2nd ul li .det_tx ,
.news-english-2nd .det_tx ,
.news-english-tabbed-2nd .det_tx {
	display: none;
}

/* -- 続きを読む -- */
.news-list-2nd ul li .det_tx em.more ,
.news-list-tabbed-2nd ul li .det_tx em.more ,
.news-english-2nd .det_tx em.more ,
.news-english-tabbed-2nd .det_tx em.more {
	display: none;
}


/*-- ver2 最新ニュース・最新ニュース（カテゴリ） --*/
.news-latest-2nd ,
.news-latest-tabbed-2nd {
	position: relative;
	margin-bottom: 20px;
}

.news-latest-2nd ul ,
.news-latest-tabbed-2nd ul {
	padding-top: 1px;
}

/* -- 1つのリリース -- */
.news-latest-2nd ul li ,
.news-latest-tabbed-2nd ul li {
	position: relative;

	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.news-latest-2nd ul li h3 ,
.news-latest-tabbed-2nd ul li h3 {
	position: relative;
	display: block; 
	padding-top: 0px;
	padding-left: 14.2em;
}

/*-- 画像 --*/
.news-latest-2nd ul li .n_img ,
.news-latest-tabbed-2nd ul li .n_img {
}

/* -- リリースのテキスト -- */
.news-latest-2nd ul li .news_tx ,
.news-latest-tabbed-2nd ul li .news_tx {
}

.news-latest-2nd ul li .news_tx a ,
.news-latest-tabbed-2nd ul li .news_tx a {
/*	color: inherit; */
}

/* -- 日付 -- */
.news-latest-2nd ul li .date ,
.news-latest-tabbed-2nd ul li .date {
	position: absolute;
	top: 0;
	left: 0;
}

/* -- カテゴリアイコン -- */
.news-latest-2nd ul li .c_icon ,
.news-latest-tabbed-2nd ul li .c_icon {
	position: absolute;
	top: 0;
	left: 7.2em;
}

/* -- ファイルアイコン -- */
.news-latest-2nd ul li .d_icon ,
.news-latest-tabbed-2nd ul li .d_icon {
	margin-left: 5px;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.news-latest-2nd ul li .det_tx ,
.news-latest-tabbed-2nd ul li .det_tx {
	display: none;
}

/* -- 続きを読む -- */
.news-latest-2nd ul li .det_tx em.more ,
.news-latest-tabbed-2nd ul li .det_tx em.more {
	display: none;
}

/* -- 全てのニュース -- */
.news-latest-2nd .all ,
.news-latest-tabbed-2nd .all {
	margin-top: 10px;
	position: relative;
}

.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .all a {
	display: block;
	padding-left: 18px;
	background: transparent url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") no-repeat scroll 0 5px;
}


/*-- 中見出し(h2)の下にある場合 --*/
.title2 ~ .news-latest-2nd .all ,
.title2 ~ .news-latest-tabbed-2nd .all {
	position: absolute;
	top: -50px;
	right: 0;
	margin: 0;
	display: block;
}

/* テキスト変更 */
/*
.news-latest-2nd .all a ,
.news-latest-tabbed-2nd .all a {
	font-size: 0;
}

.news-latest-2nd .all a:after ,
.news-latest-tabbed-2nd .all a:after {
	font-size: 14px;
	display: block;
}

#header.ja ~ div .news-latest-2nd .all a:after ,
#header.ja ~ div .news-latest-tabbed-2nd .all a:after {
	content: "一覧へ";
}

#header.en ~ div .news-latest-2nd .all a:after ,
#header.en ~ div .news-latest-tabbed-2nd .all a:after {
	content: "List";
}
*/


/*-------------- タブ共通 --------------*/
/* -- 年度タブ -- */
p.yearTabs {
	margin-bottom: 20px;
	font-size: 0;
}

p.yearTabs a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 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: "その他";
}
*/
/* アイコン ブログ*/
.news-list-2nd ul li.blog .c_icon:before ,
.news-list-tabbed-2nd ul li.blog .c_icon:before ,
.news-english-2nd ul li.blog .c_icon:before ,
.news-english-tabbed-2nd ul li.blog .c_icon:before ,
.news-latest-2nd ul li.blog .c_icon:before ,
.news-latest-tabbed-2nd ul li.blog .c_icon:before {
	content: "ブログ";
}


/*-------------- rss --------------*/
.rss-content {
}
.rss-content:after {
	content: "";
	display: block;
	clear: both;
}

.rss-content em {
	font-style: normal;
	float: right;
	margin-bottom: 10px;
}

.rss-content a {
	text-decoration: none;
}

/*
.rss-content em {
	padding: 0 !important;
	background: none !important;
	margin-top: -16px;
}

.rss-content a {
	display: block;
	width: 16px;
	height: 16px;
	background: url("../../../../../../.resources/feed.gif") no-repeat left top;
}

.rss-content a:hover {
	opacity: 0.7;
}
*/


/*------------------------------------- 
 マルチ２
-------------------------------------*/

/*----------- サムネイルなし -----------*/
.basic-list:not(.thumnail) ,
.basic-list-english:not(.thumnail) {
}

.basic-list:not(.thumnail) ul.tabItems ,
.basic-list-english:not(.thumnail) ul.tabItems {
/*	padding-top: 1px;*/
    border: 1px solid #ccd0d9;
}

/* -- 1つのリリース -- */
.basic-list:not(.thumnail) ul.tabItems li ,
.basic-list-english:not(.thumnail) ul.tabItems li {
	position: relative;
    padding: 30px 20px 25px 20px;
    /* border-bottom: 1px dotted #CCCCCC; */
    border-bottom: 1px dotted #bfbfbf;
    margin-bottom: -1px;
}

/* li最終行の線を消す*/
.basic-list:not(.thumnail) ul.tabItems li:last-of-type ,
.basic-list-english:not(.thumnail) ul.tabItems li:last-of-type {
	border-bottom: none;
}

.basic-list:not(.thumnail) ul.tabItems li h3 ,
.basic-list-english:not(.thumnail) ul.tabItems li h3 {
	position: relative;
    display: block;
    padding-top: 0px;
    padding-left: 18em;
}
/*.basic-list:not(.thumnail) ul.tabItems li h3 .news_tx:before,*/
/*.basic-list-english:not(.thumnail) ul.tabItems li h3 .news_tx:before {*/
.basic-list:not(.thumnail) ul.tabItems li h3 a .news_tx:before,
.basic-list-english:not(.thumnail) ul.tabItems li h3 a .news_tx:before {
	content: "";
    display: block;
    position: absolute;
    top: 0.7em;
    left: 14px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 3px solid transparent;
    border-left: 3px solid #e90000;
    -webkit-transform: scaleX(2.0);
    -ms-transform: scaleX(2.0);
    transform: scaleX(2.0);
}

.basic-list:not(.thumnail) ul.tabItems li a ,
.basic-list-english:not(.thumnail) ul.tabItems li a {
	font-weight: normal;
	text-decoration: none;/*アイコンまでアンダーラインがつかないよう、一旦消す*/
}

/* -- リリースのテキスト -- */
.basic-list:not(.thumnail) ul.tabItems li .news_tx,
.basic-list-english:not(.thumnail) ul.tabItems li .news_tx {
    position: relative;
	padding-left: 24px;
}

/*ホバー時にアンダーラインをつける*/
/*.basic-list:not(.thumnail) ul.tabItems li .news_tx:hover,*/
/*.basic-list-english:not(.thumnail) ul.tabItems li .news_tx:hover {*/
.basic-list:not(.thumnail) ul.tabItems li a .news_tx:hover,
.basic-list-english:not(.thumnail) ul.tabItems li a .news_tx:hover {
    text-decoration: underline;
}

/* -- 日付 -- */
.basic-list:not(.thumnail) ul.tabItems li .date ,
.basic-list-english:not(.thumnail) ul.tabItems li .date {
	position: absolute;
	top: 0;
	left: 0;

	color: #333;
}

/* -- カテゴリアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
    top: 0;
/*    left: 240px;*/
    left: 230px;

	text-decoration: none;
/*	display: inline-block;*/
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	margin-left: -120px;

/* 縦並び */
/*	width: 120px;*/
/*	float: left;*/

/* 横並び */

	min-width: 120px;

}

/* ２カラムはSPと同じ表示 */
.multiColumn2 .basic-list:not(.thumnail) ul.tabItems li h3 ,
.multiColumn2 .basic-list-english:not(.thumnail) ul.tabItems li h3 {
	padding-top: 1.6em;
	padding-left: 0;
}

.multiColumn2 .basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.multiColumn2 .basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	width: auto;
	float: none;
	display: block;
	margin-left: 0;

	margin-top: -1.6em;
	min-height: 1.6em;
	padding-left: 6.8em;
}

/* -- ファイルアイコン -- */
.basic-list:not(.thumnail) ul.tabItems li .d_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .d_icon {
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list:not(.thumnail) ul.tabItems li .n_icon ,
.basic-list-english:not(.thumnail) ul.tabItems li .n_icon {
	margin: 0 0.5em;
}

.basic-list:not(.thumnail) ul.tabItems li .n_icon:before ,
.basic-list-english:not(.thumnail) ul.tabItems li .n_icon:before {
	content: "NEW";
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	color: #e7191b;
}

/* -- もっと読む・詳細（ニュース概要） -- */
.basic-list:not(.thumnail) ul.tabItems li .det_tx ,
.basic-list-english:not(.thumnail) ul.tabItems li .det_tx {
	display: none;
}


/*----------- サムネイルあり -----------*/
.basic-list.thumnail ,
.basic-list-english.thumnail {
}

.basic-list.thumnail ul.tabItems ,
.basic-list-english.thumnail ul.tabItems {
	font-size: 0;
	text-align: left;
	margin-right: -18px;
}

/* PCでは１行に３つづつで、画像が上側、テキストは下側に配置 */
.basic-list.thumnail ul.tabItems li ,
.basic-list-english.thumnail ul.tabItems li {
	cursor: inherit;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;

	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 18px);
	margin-right: 18px;
	margin-bottom: 30px;
}

.basic-list.thumnail .n_img ,
.basic-list-english.thumnail .n_img {
	width: 100%;
	margin-bottom: 10px;
}

/* 日付、カテゴリアイコンを非表示 */
.basic-list.thumnail ul.tabItems li .date ,
.basic-list-english.thumnail ul.tabItems li .date {
	display: none;
}

.basic-list.thumnail ul.tabItems li .c_icon ,
.basic-list-english.thumnail ul.tabItems li .c_icon {
	position: static;
	margin: 10px 0 0;
}

.basic-list.thumnail ul.tabItems li a ,
.basic-list-english.thumnail ul.tabItems li a {
	color: #000;
	text-decoration: none;
}

.basic-list.thumnail ul.tabItems li a:hover img ,
.basic-list-english.thumnail ul.tabItems li a:hover img {
	-ms-opacity: 0.8;
	opacity: 0.8;
}

/* NEWアイコン */
/* js制御される為、displayの設定は不可 */
.basic-list.thumnail ul.tabItems li .n_icon ,
.basic-list-english.thumnail ul.tabItems li .n_icon {
	position: absolute;
	top: 0;
	right: 0;
}

.basic-list.thumnail ul.tabItems li .n_icon:before ,
.basic-list-english.thumnail ul.tabItems li .n_icon:before {
	content: "NEW";
	display: block;
	padding: 3px 10px;
	font-size: 12px;
	color: #fff;
	background: #ff5445;
}

/* 非公開アイコンテキスト */
/* タイルの形が崩れない様に上に載せている */
.basic-list.thumnail ul li .note_tx ,
.basic-list-english.thumnail ul li .note_tx {
	position: absolute;
	z-index: 1;
}

.basic-list.thumnail ul.tabItems li h3 ,
.basic-list-english.thumnail ul.tabItems li h3 {
	overflow: hidden;
}

/* ニューステキスト */
.basic-list.thumnail ul.tabItems li .news_tx ,
.basic-list-english.thumnail ul.tabItems li .news_tx {
	display: block;
}

/* 概要テキスト */
.basic-list.thumnail ul.tabItems li .det_tx ,
.basic-list-english.thumnail ul.tabItems li .det_tx {
	display: none;
}



/*----------- タブ(絞込み) -----------*/
.basic-list .countTab ,
.basic-list-english .countTab ,
.basic-list .clearTab ,
.basic-list-english .clearTab {
	display: none;
}

.basic-list .yearTabs ,
.basic-list-english .yearTabs {
/*	margin-bottom: 20px;*/
	margin-bottom: 10px;
	padding: 0px 0px 5px;
/*	border-bottom: 1px solid #ddd;*/
}

.basic-list .tabs ,
.basic-list-english .tabs {
/*	margin-bottom: 40px;*/
	margin-bottom: 10px;
}

.basic-list .yearTabs span,
.basic-list-english .yearTabs span,
.basic-list .tabs span,
.basic-list-english .tabs span {
    position: relative;
}

.basic-list .tabs > ul > li[aria-hidden="false"] ,
.basic-list-english .tabs > ul > li[aria-hidden="false"] {
	display: block;
	margin-bottom: 10px;
	padding: 0px 0px 5px;
/*	border-bottom: 1px solid #ddd;*/
}

.basic-list .yearTabs span:before ,
.basic-list-english .yearTabs span:before ,
.basic-list .tabs span:before ,
.basic-list-english .tabs span:before {
	display: inline-block;
	padding: 5px 20px;
	font-size: 14px;
/*	margin-right: 10px;*/
/*	margin-bottom: 5px;*/
	margin-right: -1px;
	margin-bottom: -1px;
/*	border: 1px solid #000;*/
	border: 1px solid #c4c8d0;
	color: #0066aa;
    background: #f5f7fa;
}
/*有価証券報告書→有報*/
.basic-list .tabs span.yuho:before {
    content: "有報";
}

/*決算短信→決算*/
.basic-list .tabs span.result:before {
    content: "決算";
}

/*.basic-list .yearTabs span[active="true"]:before ,*/
/*.basic-list-english .yearTabs span[active="true"]:before ,*/
.basic-list .tabs span[active="true"]:before ,
.basic-list-english .tabs span[active="true"]:before {
/*	background: #ddd;*/
    background: #e90000;
	color: #fff;
}

.basic-list .yearTabs span[active="true"]:before ,
.basic-list-english .yearTabs span[active="true"]:before {
	font-weight: bold;
	color: #333;
	background: none;
}

.basic-list .tabs span:hover:before ,
.basic-list-english .tabs span:hover:before {
/*	background: #ddd;*/
    background: #e90000;
	color: #fff;
}

.basic-list .yearTabs span:after,
.basic-list-english .yearTabs span:after,
.basic-list .tabs span:after,
.basic-list-english .tabs span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 3px solid transparent;
    border-left: 3px solid #e90000;
    -webkit-transform: scaleX(2.0);
    -ms-transform: scaleX(2.0);
    transform: scaleX(2.0);
}

/* 年月タブのアイコン位置調整*/
.basic-list .yearTabs span:after,
.basic-list-english .yearTabs span:after {
	left: 12px;
}

/*.basic-list .yearTabs span[active="true"]:after,*/
/*.basic-list-english .yearTabs span[active="true"]:after,*/
.basic-list .tabs span[active="true"]:after,
.basic-list-english .tabs span[active="true"]:after,
/*.basic-list .yearTabs span:hover:after ,*/
/*.basic-list-english .yearTabs span:hover:after ,*/
.basic-list .tabs span:hover:after ,
.basic-list-english .tabs span:hover:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
    -webkit-transform: scaleX(2.0);
    -ms-transform: scaleX(2.0);
    transform: scaleX(2.0);
}

/*年月タブのスタイル上書き */
.basic-list .yearTabs span:before ,
.basic-list-english .yearTabs span:before {
	border: none;
	background: none;
	border-left: 1px solid #c4c8d0;
	padding: 3px 15px 0 20px;
}

.basic-list .yearTabs span.all:before ,
.basic-list-english .yearTabs span.all:before {
	border: none;
}

.basic-list .yearTabs li.custom span.all ,
.basic-list-english .yearTabs li.custom span.all ,
.basic-list .tabs li.custom span.all ,
.basic-list-english .tabs li.custom span.all{
    display: none;
}


/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.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;
}


/*----------- カテゴリアイコン -----------*/
/* カテゴリ第１階層直下は、カテゴリグループとして非表示にする */
.basic-list .c_icon span[category-level="1"] ,
.basic-list-english .c_icon span[category-level="1"] {
	display: none;
}

.basic-list .c_icon span:before ,
.basic-list-english .c_icon span:before {
	display: inline-block;
/*	margin-right: 10px;*/
	margin-right: 2px;
	margin-bottom: 5px;

	width: 105px;
	height: 24px;
	line-height: 1;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding-top: 6px;

	color: #fff;
	background: #646464;
}

/* カテゴリ設定で設定した名称と、アイコン上の文字を変えたい場合は */
/* contentで上書きする。個別に背景色等を設定する場合も同様 */
/* ↓サンプル */
.basic-list .c_icon span.tekiji:before ,
.basic-list-english .c_icon span.tekiji:before {
	content: "適時開示";
/*	background: #e9452a; */
	background: #6381b9;
}

.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; */
	background: #56a7b3;
}

.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; */
	background: #aa180e; 
}

.basic-list .c_icon span.yuho:before ,
.basic-list-english .c_icon span.yuho:before {
/*	content: "有価証券報告書"; */
/*	background: #798dd4; */
	content: "有報";
	background: #4170c5;
}

.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: #999999;
}

.basic-list .c_icon span.blog:before ,
.basic-list-english .c_icon span.blog:before {
	content: "ブログ";
	background: #1f3b6e;
}
.basic-list .c_icon span.report:before ,
.basic-list-english .c_icon span.report:before {
	content: "レポート";
	background: #0066aa;
}
.basic-list .c_icon span.event:before ,
.basic-list-english .c_icon span.even:before {
	content: "イベント";
	background: #3c5fa0;
}

/*
.basic-list .c_icon span.csr:before ,
.basic-list-english .c_icon span.csr:before {
	content: "CSR";
	background: #8ead73;
}
*/

.basic-list .c_icon span.info:before ,
.basic-list-english .c_icon span.info:before {
	content: "お知らせ";
	background: #8ead73;
}

.basic-list .c_icon span.management:before ,
.basic-list-english .c_icon span.managemant:before {
	content: "経営";
}

.basic-list .c_icon span.rd:before ,
.basic-list-english .c_icon span.rd:before {
	content: "R&D";
}

.basic-list .c_icon span.notice:before ,
.basic-list-english .c_icon span.notice:before {
	content: "招集通知";
	background: #e90000;
}


/* マルチ２一覧 カテゴリをフラット選択に */
.layout_flat_category .basic-list .tabs li.allall ,
.layout_flat_category .basic-list-english .tabs li.allall ,
.layout_flat_category .basic-list .tabs span.allall ,
.layout_flat_category .basic-list-english .tabs span.allall {
	display: inline;
}

.layout_flat_category .basic-list .tabs li.all ,
.layout_flat_category .basic-list-english .tabs li.all {
	display: none;
}

.layout_flat_category .basic-list .tabs > ul > li[aria-hidden="false"] ,
.layout_flat_category .basic-list-english .tabs > ul > li[aria-hidden="false"] {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

.layout_flat_category .basic-list .tabs ,
.layout_flat_category .basic-list-english .tabs {
/*	padding: 10px 10px 5px;*/
/*	border: 1px solid #ddd;*/
}

.layout_no_category_icon .basic-list:not(.thumnail) ul.tabItems li .c_icon,
.layout_no_category_icon .basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	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;
}

/*----- １カラムの場合、地図が画面端まであるとスクロールさせずらいので余白を設ける -----*/
.multiColumn1 div.map {
	margin-left: 30px;
	margin-right: 30px;
}


/*-------------- iframe表示 --------------*/
.disp-external-page {
}

.disp-external-page iframe {
	border: none;
	display: block;
	width: 100%;
	height: 800px;
	margin: auto;
}


/*------------------------------------- 
 サイトマップ
-------------------------------------*/
/*-------------- サイトマップ --------------*/
.sitemap {
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.sitemap:nth-child(even) {
	margin-right: 0;
}

/* -- 第１階層(ja)・第２階層 -- */
.sitemap > h2 {
	line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
	border: #CCC 1px solid;
	margin-bottom: 12px;
	padding: 8px 8px 6px;
}

.sitemap > h2 a {
	padding-left: 12px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
.sitemap > h2 a:hover {
	opacity: 0.7;
}

/* -- 第３階層 -- */
.sitemap > ul {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 2%;
}
.sitemap > ul:nth-child(odd) { /* 最初にh2がある為、奇数が左側 */
	margin-right: 0;
}

.sitemap > ul > li {
	padding-left: 12px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第４階層 -- */
.sitemap > ul > li > ul {
	margin-top: 10px;
}

.sitemap > ul > li > ul > li {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	padding-left: 12px;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第５階層以降は非表示 -- */
.sitemap > ul > li > ul > li > ul {
	display: none;
}


/*-------------- 正規化版サイトマップ --------------*/
.sitemap-1st {
	font-size: 0;
}

.sitemap-1st > ul > li  {
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 20px;
}
.sitemap-1st > ul > li:nth-child(even) {
	margin-right: 0;
}

/* -- 第１階層(ja)・第２階層 -- */
.sitemap-1st > a ,
.sitemap-1st > ul > li > a {
	line-height: inherit;
	font-size: 14px;

	display: block;
	font-weight: bold;
	border: #CCC 1px solid;
	margin-bottom: 12px;
	padding: 8px 8px 6px 20px;
	line-height: 1.2;

	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 8px center no-repeat;
	color: inherit;
	font-weight: bold;
}

/* -- 第３階層 -- */
.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 {
	font-size: 14px;

	display: block;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	padding-left: 12px;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第４階層 -- */
.sitemap-1st ul.siteLevel_3 {
	margin-top: 10px;
}

.sitemap-1st ul.siteLevel_3 > li {
	margin-top: 10px;
}

.sitemap-1st ul.siteLevel_3 > li > a {
	font-size: 14px;

	display: block;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") left 0.4em no-repeat;
	padding-left: 12px;
	margin-left: 8px;
	margin-bottom: 5px;
}

/* -- 第５階層以降は非表示 -- */
.sitemap-1st ul.siteLevel_4 {
	display: none;
}


/*------------------------------------- 
 フッター専用パーツ
-------------------------------------*/
/*-------------- フッター（テキストと画像） --------------*/
.footer-about {
}

.footer-about h4 {
	font-weight: bold;
	line-height: 1.2;
	border-left: #999 3px solid;
	padding-top: 1px;
	padding-left: 8px;
	margin-bottom: 8px;
}

.footer-about img {
	display: block;
	margin: auto;
}

/*-------------- フッタリンクリスト --------------*/
.footer-link-list {
}

.footer-link-list h4 {
}

.footer-link-list ul {
}

.footer-link-list ul:after {
	content: "";
	display: block;
	clear: both;
}

.footer-link-list ul li {
}


/*-------------- 内部フッタリンク --------------*/
/*-------------- 外部フッタリンク --------------*/
.footer-link-list ul li.footer-link-internal ,
.footer-link-list ul li.footer-link-external {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link01.png") 6px 0.4em no-repeat;
	padding-left: 18px;
}
.footer-link-list ul li.footer-link-internal a ,
.footer-link-list ul li.footer-link-external a {
}

/* -- 別窓アイコン -- */
.footer-link-list .footer-link-internal a[target="_blank"]:after ,
.footer-link-list .footer-link-external a[target="_blank"]:after {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 8px;
	height: 7px;
	vertical-align: middle;
	margin: 0 5px;
}


/* --------------------------------------
 フォーム
-------------------------------------- */
/* FORMS
-------------------- */
/*
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input,
textarea,
select {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.validity-alert {
	font-family: 'arial', 'helvetica', 'sans-serif';
	font-size: 14px;
}
textarea {
	font-family: 'arial', 'helvetica', 'sans-serif';
}
.form-box {
/*	width: 95%; */
/*	padding: 0 20px; */
	margin: auto;
}
.form-wrapper {
	clear: both;
	margin: auto;
}

.form-wrapper div:after {
	content: "";
	display: block;
	clear: both;
}

#step-by-step {
	margin: 20px 0;
	padding: 4px 10px;
	border-radius: 5px;
	background: #0d8ccc;
}
#step-by-step ol {
	zoom: 1;
	list-style-position: inside;
	color: #fff;
}
#step-by-step ol:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#step-by-step li  {
	float: left;
	margin: 0 20px 0 0;
	padding: 4px;
	border-radius: 5px;
	list-style-position: inside;
}
#step-by-step li.do  {
	background: #EC1549;
}
#step-by-step li.do button {
	color: #fff;
}
#step-by-step li button {
	display: inline-block;
	padding: 3px;
	background: transparent;
	border: none;
	-webkit-appearance: none;
	color: #fff;
	font-family: 'arial','helvetica','sans-serif';
	cursor: pointer;
}
#step-by-step li button:hover,
#step-by-step li button:focus,
#step-by-step li button:active {
	text-decoration: underline;
}
#step-by-step li button[disabled] {
	cursor: default;
	color: #ccc;
	text-decoration: none;
}

.form-wrapper fieldset {
	border: none;
	margin: 5px 0 30px 0;
}
.form-wrapper fieldset > h2 {
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #333;
	background-color: #CCCCCC;
}
.form-wrapper p.required {
	text-align: right;
}
/*.form-wrapper*/ #Check p.required {
	display: none;
}
.form-wrapper p.required span,
.form-wrapper dfn {
	color: #ec1549;
	font-weight: bold;
	font-style: normal;
}


.form-wrapper div.form-edit span ,
.form-wrapper div.form-selection span {
}
.form-row {
	clear: both;
	zoom: 1;
	border-bottom: 1px dotted #b3b3b3;
	padding: 10px 0 15px 0;
}
.form-row div {
	width: auto;
	border-bottom: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.form-row .form-item {
	margin: 0;
	clear: none;
}
.form-wrapper label {
	position: relative;
	display: block;
	cursor: inherit;
}
.form-wrapper label[for="text"] {
}
.form-wrapper label span {
}
.form-wrapper fieldset .multiple-labels fieldset input,
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper div.mod input.mod {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	margin: 3px 0 0 0;
	border: 1px solid #c2c2c2;
	padding: 10px 3px 10px 3px;
	background: #ffffff;
}
.form-wrapper input[type="submit"] {
	display: inline;
	border: 1px solid #c2c2c2;
}
.step-controls {
	position: relative;
	top: 2px;
}
.input-datetime-local .step-controls {
	top: auto;
}
.form-item-hidden,
.form-wrapper input[type=hidden] {
   display: none;
}
.form-wrapper .multiple-labels fieldset input.a11y-focus,
.form-wrapper .multiple-labels fieldset input:focus,
.form-wrapper input:focus,
.form-wrapper textarea:focus,
.form-wrapper input.a11y-focus,
.form-wrapper textarea.a11y-focus {
	border: 1px solid #000;
	background: #FFFFFF;
}
.form-wrapper input[type=radio].a11y-focus,
.form-wrapper input[type=checkbox].a11y-focus {
	background: transparent;
	border: none;
}
.form-wrapper textarea {
	width: 100%;
}
.form-wrapper select {
	display: block;
	width: 310px;
	margin: 5px 0 0 0;
}
.form-wrapper div span.input-datetime-local {
	font-size: 100%;
}
.form-wrapper h4 {
	padding: 0 0 10px 0;
	color: #000;
	font-size: 130%;
	font-weight: bold;
}
.form-wrapper div.multiple-labels label span {
	color: #555;
	font-size: 110%;
	font-weight: normal;
}
.form-row label span {
	display: inline;
}
.form-row label.m span {
	clear: both;
	padding: 0 0 5px 0;
}
.form-row span.help a {
	background: url("../../../../../../resources/templating-kit/themes/pop/img/icons/sprites.png") 0 -651px no-repeat;
	padding-left: 15px;
}

/* multiple inputs in one row */
.form-row .form-item-s,
.form-row .form-item-m,
.form-row .form-item-l {
	float: left;
	margin: 0;
	clear: none;
	width: 92px;
}
.form-row .form-item-m {
	width: 161px;
	padding: 0;
}
.form-row .form-item-l {
	width: 363px;
}
.form-row .form-item-s input {
	width: 70px;
}
.form-wrapper .form-row .form-item-m input {
	width: 139px;
}
.form-row .form-item-l input {
	width: 209px;
}

/* checkboxes & radiobuttons */
.form-wrapper fieldset fieldset {
	margin: 0;
	padding: 0;
}
.form-wrapper fieldset fieldset .form-item {
	float: none;
	display: block;
	clear: both;
}
.form-wrapper fieldset fieldset input {
	width: auto;
	display: inline;
	background: transparent;
	border: none;
}
#main .form-wrapper fieldset fieldset legend {
	text-indent: -9999px;
	font-size: 0;
}
.form-wrapper  fieldset fieldset div.form-item label {
	display: inline;
}

/* mod for short elements */
.form-wrapper fieldset fieldset.mod .form-item {
	float: left;
	clear: none;
	margin-right: 15px;
}
.form-wrapper fieldset fieldset.mod .form-item label {
	display: inline;
}

/* table date-picker */
.input-date-datepicker-control td:hover {
    background-color: #BBEEFF;
    border: none;
    -webkit-box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
            box-shadow: 0 3px 9px rgba(255, 255, 255, 0.9) inset;
}
.input-date-datepicker-control td.ui-datepicker-today {
	border: none;
	background: #EC1549;
}
.input-date-datepicker-control td.ui-datepicker-today a {
	color: #fff;
}
.input-date-datepicker-control td.ui-datepicker-current-day {
	border: none;
	background: #999;
}

/* Submit */
.form-wrapper div.button-wrapper {
	width: 100%;
	position: relative;
	border: none;
	padding: 10px 0 5px 0;
	text-align: center;
}
.form-wrapper fieldset div.button-wrapper em {
	float: right;
	margin-top: -24px;
	font-size: 140%;
}
.new-search .button,  /* button outside button-wrapper */
.form-wrapper div.button-wrapper input { /* button */
	right: auto;
	width: auto;
	margin: 5px;
	padding: 12px 70px;
	/*color: #fff;*/
	cursor: pointer;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;

	background: #eaeaea;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dedede), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(#f7f7f7, #dedede);
	background: -o-linear-gradient(#f7f7f7, #dedede);
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#dedede));
	background: linear-gradient(#f7f7f7, #dedede);
}

/* -- 確認ページ -- */
.form-summary {
	margin: 0 auto 20px;
}

.form-summary table {
}

.form-summary table caption {
}

.form-summary table td {
/*	border: solid #7F9BDA 1px; */
/*	padding: 5px 10px; */
	white-space: pre;
	white-space: pre-line;
	word-break: break-word;
	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;
}



/* --------------------------------------
 個別設定
-------------------------------------- */
/* -- スマホ -- */
.sp_navi {
	display: none;
}

#panel2-sw ,
.panel2-sw ,
.panel2-btn {
	display: none;
}


/* google search */
.gsc-control-cse ,
.gsc-control-cse * {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.gsc-control-cse {
	line-height: 1;
}


/*-- 上に戻るリンク 設定例：scroll.js用 --*/
.ja ~ #site-info .topcontrol ,
.ja ~ #topcontrol {
	position: fixed;
	font-size: 0;
	height: 0;
	width: 100%;
	max-width: calc(1000px + (51px + 50px) *2);
/*	max-width: 1162px; */
	left: 50%;
	bottom: -50px;
	opacity: 0.3;
	z-index: 10000;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}


.ja ~ #site-info .topcontrol.visible ,
.ja ~ #topcontrol.visible {
	bottom: 15px;
	opacity: 1;
}

/* 画像を使用する場合 */
.ja ~ #site-info .topcontrol a ,
.ja ~ #topcontrol a {
	position: relative;
	right: 50px;
	bottom: 50px;
	cursor: pointer;
	margin: auto;

	display: block;
	width: 64px;
	height: 64px;
	background: url("../../../../../../resources/sw_img/pg_top.png") no-repeat center top;
	background-size: contain;
}

.ja ~ #site-info .topcontrol.visible a ,
.ja ~ #topcontrol.visible a {
/*
	width: 51px;
	height: 42px;
*/

	-webkit-transition: 0s;

	-o-transition: 0s;

	transition: 0s;
}

/* 画像を使用しない場合 */
/*
#site-info .topcontrol a ,
#topcontrol a {
	position: relative;
	right: 50px;
	bottom: 50px;
	cursor: pointer;
	margin: auto;

	display: block;
	width: 51px;
	height: 42px;
	background: rgba(0,0,0, 0.53);
}

#site-info .topcontrol a:before ,
#topcontrol a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -9px;
	display: block;
	width: 17px;
	height: 17px;
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
}
*/

.ja ~ #site-info .toTop ,
.ja ~ #toTop {
	text-align: right;
	margin: 3em 20px 80px;
}

.ja ~ #site-info .toTop a ,
.ja ~ #toTop a {
	padding-left: 1.44em;
	display: inline-block;
	position: relative;
	overflow: visible;
}

.ja ~ #site-info .toTop a:before ,
.ja ~ #toTop a:before {
	content: "";
	margin-top: -0.3em;
	border-top: 0.1em solid #e50000;
	border-right: 0.1em solid #e50000;
	width: 0.7em;
	height: 0.7em;
	position: absolute;
	top: 0.85em;
	left: 0;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	    transform: rotate(315deg);
}

.ja ~ #site-info .toTop ,
.ja ~ #toTop {
	display: none;
}

/*-- 【英語用】上に戻るリンク 設定例：scroll.js用 --*/
.en ~ #site-info .topcontrol ,
.en ~ #topcontrol {
	position: fixed;
	font-size: 0;
	height: 0;
	width: 100%;
	max-width: calc(1000px + (51px + 50px) *2);
	left: 50%;
	bottom: -50px;
	opacity: 0.3;
	z-index: 10000;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}


.en ~ #site-info .topcontrol.visible ,
.en ~ #topcontrol.visible {
	bottom: 15px;
	opacity: 1;
}

/* 画像を使用する場合 */
.en ~ #site-info .topcontrol a ,
.en ~ #topcontrol a {
	position: relative;
	right: 50px;
	bottom: 50px;
	cursor: pointer;
	margin: auto;

	display: block;
	width: 64px;
	height: 64px;
	background: url("../../../../../../resources/sw_img/pg_top_en.png") no-repeat center top;
	background-size: contain;
}

.en ~ #site-info .topcontrol.visible a ,
.en ~ #topcontrol.visible a {

	-webkit-transition: 0s;

	-o-transition: 0s;

	transition: 0s;
}

.en ~ #site-info .toTop ,
.en ~ #toTop {
	text-align: right;
	margin: 3em 20px 80px;
}

.en ~ #site-info .toTop a ,
.en ~ #toTop a {
	padding-left: 1.44em;
	display: inline-block;
	position: relative;
	overflow: visible;
}

.en ~ #site-info .toTop a:before ,
.en ~ #toTop a:before {
	content: "";
	margin-top: -0.3em;
	border-top: 0.1em solid #e50000;
	border-right: 0.1em solid #e50000;
	width: 0.7em;
	height: 0.7em;
	position: absolute;
	top: 0.85em;
	left: 0;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	    transform: rotate(315deg);
}

.en ~ #site-info .toTop ,
.en ~ #toTop {
	display: none;
}


/*-- ヘッダー --*/
#header {
	height: 228px;
}

#promos3 .area-sp-header {
	display: none !important;
}

#promos3 .area-pc-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	height: 228px;
	background: #fff;
	border-top: 4px solid #e62e0b;
	z-index: 2001;
}


/* フローティング */
#header.floating {
}

#header.floating ~* #promos3 .area-pc-header {
	position: fixed;
	top: -67px;
}


/* グループヘッダー */
#promos3 .area-group-header-panel {
	width: 100%;
	min-width: 1000px;
	height: 63px;
	border-top: 1px solid #f49181;
	border-bottom: 2px solid #dde2e4;
}

#promos3 .area-group-header-panel > div {
	position: relative;
	width: 1000px;
	height: 60px;
}

/* グループロゴ */
#promos3 .area-group-logo {
	float: left;
	margin-top: 10px;
}

#promos3 .area-group-logo a {
    width: 300px;
/*	height: 60px;*/
	height: 46px;
}

#promos3 .area-group-logo a img {
    width: 300px;
/*    height: 60px;*/
	height: 46px;
}

/* グループロゴ(英語サイト) */
#promos3 .area-group-logo-en {
	float: left;
}

#promos3 .area-group-logo-en a {
/*	padding: 17px 0;*/
	width: 500px;
	height: 60px;

}

#promos3 .area-group-logo-en a img {
/*
    width: 257px;
    height: 27px;
*/
}

/* グループリンク集 */
#promos3 .area-group-link {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

#promos3 .area-group-link .link-list li {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding-left: 30px;
	line-height: 1;
}

#promos3 .area-group-link .link-list li + li {
	border-left: 1px solid #bfbfbf;
}

#promos3 .area-group-link .link-list li a {
	display: inline-block;
	line-height: 1.5;
	color: #555;
	font-size: 12px;
	border-bottom: 1px solid transparent;
}

#promos3 .area-group-link .link-list li a:hover {
	border-color: #bfbfbf;
}

#promos3 .area-group-link .link-list li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 3px solid transparent;
	border-left: 3px solid #e90000;
	-webkit-transform: scaleX(2.0);
	    -ms-transform: scaleX(2.0);
	        transform: scaleX(2.0);
}

/*
#promos3 .area-group-link .link-list li a[target="_blank"]:after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 8px;
	height: 7px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
}
*/



/* サイトヘッダー */
#promos3 .area-header-panel {
	width: 100%;
	min-width: 1000px;
	height: 90px;
}

#promos3 .area-header-panel > div {
	position: relative;
	width: 1000px;
	height: 90px;
}

/* サイトロゴ */
#promos3 .area-logo {
	float: left;
}

#promos3 .area-logo a {
    width: 500px;
    height: 90px;
}

#promos3 .area-logo a img {
    width: 500px;
    height: 90px;
}

/* サイトロゴ(英語サイト) */
#promos3 .area-logo-en {
	float: left;
}

#promos3 .area-logo-en a {
	padding: 23px 0
}

#promos3 .area-logo-en a img {
    width: 415px;
    height: 43px;
}



/* ヘッダーリンク集 */
#promos3 .area-header-link {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

#promos3 .area-header-link .link-list li {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding-left: 30px;
	line-height: 1;
}

#promos3 .area-header-link .link-list li + li {
	border-left: 1px solid #bfbfbf;
}

#promos3 .area-header-link .link-list li a {
	display: inline-block;
	line-height: 1.5;
	color: #555;
	font-size: 12px;
	border-bottom: 1px solid transparent;
}

#promos3 .area-header-link .link-list li a:hover {
	border-color: #bfbfbf;
}

#promos3 .area-header-link .link-list li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 3px solid transparent;
	border-left: 3px solid #e90000;
	-webkit-transform: scaleX(2.0);
	    -ms-transform: scaleX(2.0);
	        transform: scaleX(2.0);
}

/*
#promos3 .area-header-link .link-list li a[target="_blank"]:after {
	content: "";
	display: inline-block;
	vertical-align: baseline;
	width: 8px;
	height: 7px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
}
*/



/* グロナビ */
#promos3 .area-gnavi {
	font-size: 0;
	min-width: 1000px;
	width: 100%;
/*	background: linear-gradient(#ffffff,#e9eaee); */
}

#promos3 .area-gnavi:before {
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	min-width: 1000px;
	width: 100%;
	height: 71px;
	background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
	background: -webkit-linear-gradient(#ffffff,#e9eaee);
	background: -o-linear-gradient(#ffffff,#e9eaee);
	background: linear-gradient(#ffffff,#e9eaee);
	border-top: 1px solid #dde2e4;
	border-bottom: 1px solid #dde2e4;
	z-index: -1;
}


#promos3 .area-gnavi > div {
	display: table;
	width: 1000px;
	table-layout: auto;
	border-collapse: collapse;
}

#promos3 .area-gnavi > div > div {
	display: table-row;
}

#promos3 .area-gnavi > div > div > div {
	display: table-cell;
	width: 10%;
	border-left: 1px solid #dde2e4;
	border-right: 1px solid #dde2e4;
}

#promos3 .area-gnavi > div > div > div > div {
}

#promos3 .area-gnavi .teaser ,
#promos3 .area-gnavi .external-teaser {
	position: relative;
	display: table;
	width: 100%;
}

#promos3 .area-gnavi .teaser h2 ,
#promos3 .area-gnavi .external-teaser h2 {
	display: table-row;
}

#promos3 .area-gnavi .teaser h2 a ,
#promos3 .area-gnavi .external-teaser h2 a {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	padding: 5px 5px;
	text-align: center;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
	background: -webkit-linear-gradient(#ffffff,#e9eaee);
	background: -o-linear-gradient(#ffffff,#e9eaee);
	background: linear-gradient(#ffffff,#e9eaee);
	border-top: 1px solid #dde2e4;
	border-bottom: 1px solid #dde2e4;
}

/*
#promos3 .area-gnavi .teaser h2 a:before ,
#promos3 .area-gnavi .external-teaser h2 a:before {
	content: "";
	display: block;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom: 5px solid #e90000;
	position: absolute;
	transform: rotate(45deg);
}
*/

#promos3 .area-gnavi .teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
#promos3 .area-gnavi .external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 8px;
	height: 7px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
}

#promos3 .area-gnavi .teaser h2 a span ,
#promos3 .area-gnavi .external-teaser h2 a span {
	display: none;
}

#promos3 .area-gnavi .teaser h2 a.act ,
#promos3 .area-gnavi .external-teaser h2 a.act ,
#promos3 .area-gnavi .teaser h2 a.within ,
#promos3 .area-gnavi .external-teaser h2 a.within {
	color: #fff;
	background: -webkit-gradient(linear,left top, left bottom,from(#e92404),to(#ad190d));
	background: -webkit-linear-gradient(#e92404,#ad190d);
	background: -o-linear-gradient(#e92404,#ad190d);
	background: linear-gradient(#e92404,#ad190d);
	border-top-color: #e92404;
	border-bottom-color: #ad190d;
}

#promos3 .area-gnavi .teaser h2 a:hover ,
#promos3 .area-gnavi .external-teaser h2 a:hover ,
#promos3 .area-gnavi .teaser h2 a.act:hover ,
#promos3 .area-gnavi .external-teaser h2 a.act:hover ,
#promos3 .area-gnavi .teaser h2 a.within:hover ,
#promos3 .area-gnavi .external-teaser h2 a.within:hover ,
#promos3 .area-gnavi > div > div > div:hover .teaser h2 a ,
#promos3 .area-gnavi > div > div > div:hover .external-teaser h2 a {
	color: #fff;
	background: -webkit-gradient(linear,left top, left bottom,from(#ad190d),to(#e92404));
	background: -webkit-linear-gradient(#ad190d,#e92404);
	background: -o-linear-gradient(#ad190d,#e92404);
	background: linear-gradient(#ad190d,#e92404);
	border-top-color: #ad190d;
	border-bottom-color: #e92404;
}


/*#promos3 .area-gnavi .teaser:before ,
#promos3 .area-gnavi .external-teaser:before {*/
#promos3 .area-gnavi .teaser:not(.highlight):before ,
#promos3 .area-gnavi .external-teaser:not(.highlight):before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -10px;
	margin-top: 1px;
	border: 5px solid transparent;
	border-top-width: 10px;
	opacity: 0;
	z-index: 1000;
}

#promos3 .area-gnavi > div > div > div:hover .teaser:before ,
#promos3 .area-gnavi > div > div > div:hover .external-teaser:before {
	border-top-color: #e92404;
	opacity: 1;

/*
	-webkit-transition: 0.3s 0.1s;
	-o-transition: 0.3s 0.1s;
	transition: 0.3s 0.1s;
*/
}


/* メガドロップメニュー */
#promos3 .area-gnavi * * .reuse-main-area {
overflow: hidden;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -500px;
    width: 1000px;
    max-height: 0;
    padding: 0;
    background: #dedede;
    z-index: 10;}

#promos3 .area-gnavi > div > div > div:hover .reuse-main-area {
	max-height: 550px;

	-webkit-transition: 0.5s 0.1s;
	-o-transition: 0.5s 0.1s;
	transition: 0.5s 0.1s;
}

#promos3 .area-gnavi * * .reuse-main-area > div {
	margin: 20px auto;
	width: 1000px;
}

#promos3 .area-gnavi * * .reuse-main-area > div > div {
	padding: 0 20px;
}

#promos3 .area-gnavi * * .reuse-main-area > div > div.empty {
	display: none;
}


/* メガドロップの中身 */
#promos3 .area-gnavi * * .reuse-main-area .sitemap-1st > a {
	position: relative;
	padding-left: 15px;
	padding-top: 10px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-left: 5px;
	margin-bottom: 20px;
}

#promos3 .area-gnavi * * .reuse-main-area .sitemap-1st > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(10px + 0.2em / 2);
	display: block;
	width: 5px;
	height: 1em;
	background: #e52307;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e52307), to(#b3190b));
	background-image: -webkit-linear-gradient(#e52307, #b3190b);
	background-image: -o-linear-gradient(#e52307, #b3190b);
	background-image: linear-gradient(#e52307, #b3190b);
}

#promos3 .area-gnavi * * .reuse-main-area .sitemap-1st ul ul {
	display: none;
}

#promos3 .area-gnavi * * .reuse-main-area .sitemap-1st ul li {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin: 0 0.5% 5px;
}

#promos3 .area-gnavi * * .reuse-main-area .sitemap-1st ul a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    height: 70px;
	padding: 5px 5px;
	text-align: center;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
	background: -webkit-linear-gradient(#ffffff,#e9eaee);
	background: -o-linear-gradient(#ffffff,#e9eaee);
	background: linear-gradient(#ffffff,#e9eaee);
	border: 1px solid #c4c8d0;
}

#promos3 .area-gnavi * * .reuse-main-area .sitemap-1st ul a:before {
	content: "";
	display: block;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom: 5px solid #e90000;
	position: absolute;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#promos3 .area-gnavi * * .reuse-main-area .sitemap-1st ul a[target="_blank"]:before {
	content: none;
}

#promos3 .area-gnavi * * .reuse-main-area .sitemap-1st ul a[target="_blank"]:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 8px;
	height: 7px;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
}

#promos3 .area-gnavi * * .reuse-main-area .sitemap-1st ul a span {
	display: none;
}

#promos3 .area-gnavi * * .reuse-main-area .sitemap-1st ul a:hover {
/*	color: #fff; */
/*	background: linear-gradient(#ad190d, #e92404); */
	background: -webkit-gradient(linear, left top, left bottom, from(#e9eaee), to(#ffffff));
	background: -webkit-linear-gradient(#e9eaee, #ffffff);
	background: -o-linear-gradient(#e9eaee, #ffffff);
	background: linear-gradient(#e9eaee, #ffffff);
}


/*-- ヘッダー ここまで --*/

/* スライドMV */
[data-page-marker~="with-slider"] #mv ,
#area-slider {
	display: block;
	width: 100%;
	min-width: 1000px;
/*	height: 500px;*/
	height: 250px;
	top: 0;
	position: relative;
}

#area-slider  {
	position: absolute;
/*	top: 0;*/
/*	left: 0;*/
	top: calc(228px + 10px);
	left: 0;
	overflow: hidden;
}

#area-slider > .column1 {
	width: 1000px;
}

#area-slider .slick-slide img {
	width: 100%;
}

#area-slider .slick-dots {
	bottom: 50%;
	margin-bottom: -250px;
	padding: 9px 0;
}

#area-slider .slick-dots li button {
	border-radius: 50%;
	background: rgba(0, 162, 88, 0.3);
	width: 8px;
	height: 8px;
}

#area-slider .slick-dots li.slick-active button {
	background: #00a258;
}
/* SP用画像を非表示にする設定*/
#area-slider .slick-track > div.slick-slide > div.column2 {
    display: none;
}



/* MV */
[data-page-marker~="with-mv"] #mv {
	height: 250px;
	margin: 10px 0;
	background: none;
}

#promos3 .area-mv {
	display: block;
	
	width: 100%;
	min-width: 1000px;
	height: 250px;
	position: absolute;
	top: calc(228px + 10px);
	left: 0;
	overflow: hidden;
/*	z-index: -1;*/
}

#promos3 .area-mv > .column1 {
	width: 1000px;
	height: 250px;
}

#promos3 .area-mv > .column1 img {
	width: 100%;
}
/* SP用画像を非表示*/
#promos3 .area-mv > .column2 {
	display: none;
}

/* MV ここまで */


/*-- タブ風スタイル --*/
.layout_link_tabstyle01 div.link-list:not(.highlight) {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul {
	margin: 0;

	display: table-row
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class] {
	margin: 0;
	padding: 0;
	background: none;

	display: table-cell;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li[class]:before {
	content: none;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a {
	position: relative;
	overflow: visible;
	display: block;
	padding: 10px 0 2px;
	text-align: center;
	color: #00a258;
	text-decoration: none;
	border-bottom: 5px solid #dbdcdc;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	display: block;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #dbdcdc;
	margin-left: -15px;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act a ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:hover {
	color: #333;
	border-bottom-color: #00a258;

}

.layout_link_tabstyle01 div.link-list:not(.highlight) ul li.act a:before ,
.layout_link_tabstyle01 div.link-list:not(.highlight) ul li a:hover:before {
	border-top-color: #00a258;
}

.layout_link_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul ,
.layout_link_tabstyle01 div.link-list:not(.highlight) .mgnlEditorBar[aria-hidden="false"] + ul li[class] {
	display: block;
	margin-bottom: 10px;
}

/*-- タブ風スタイル ここまで --*/



/*純金上場信託(金の果実)開示資料アーカイブ テキストなしリンクのアイコン非表示*/
.layout_archive_txtlink_no_icon > div.column1 > div.link-list > ul > li.text-without-link {
    background: none;
}

/*貴金属の特性 テーブル横特殊設定 １列目背景色変更・タイトル１列目直下ボーダーなし*/
.layout_feature_tbl_firtst_clm_grey td.ircalendar-item1 {
    background: #dde0e7;
	text-align: center;
	font-weight: bold;
}

.layout_feature_tbl_firtst_clm_grey td.ircalendar-item1:empty {
/* IEで線が消えなかったため、背景色と同色の線で消す*/
/*    border-top: none;*/
	border-top-color: #dde0e7;
}
/*貴金属の特性 特殊設定ここまで*/

/* 転換（交換）の手続き 特殊設定 */

/*小口転換手続きに必要な受益権口数（概算）テーブル特殊設定*/
/* １行目のボーダーを消す。*/
.layout_unit_table_firtst_clm_grey .tbCore > tbody > tr:nth-child(1) > td {
    border: none;
}


/* 上部見出し、左見出しの背景色、テキスト配置、フォントを設定する*/
.layout_unit_table_firtst_clm_grey .tbCore > tbody > tr:nth-child(2) > td,
.layout_unit_table_firtst_clm_grey .tbCore > tbody > tr:nth-child(n + 3) > td:nth-child(1) {
    background: #dde0e7;
	text-align: center;
	font-weight: bold;
}

/* 転換（交換）の手続き 背景色変更 */
.layout_conversion_bg_grey {
	padding: 0px 15px;
    background: #e6e9ee;
}

.layout_conversion_bg_grey .title2:not(.highlight) h2 {
	background: none;
}


.layout_conversion_bg_grey p {
    padding: 0 15px 0 15px;
}

/* 転換（交換）の手続き 特殊設定ここまで */

/* ページイントロの下線 */
div#page-intro:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    margin-top: 0px;
    width: 100%;
    min-width: 1000px;
    height: 1px;
    background-color: #ccd0d9;
}

/*フッター設定 */
#site-info .area-footer-frame {
	background: #f5f6f9;
}

/*英語サイト ボーダー設定 */
[data-page-path^="/en"] #site-info .area-footer-frame {
	border-bottom: 1px solid #ccd0d9;
}

#site-info .area-footer-frame > div > div {
	width: 1000px;
}

#site-info .area-footer-sitemap {
	width: 750px;
    display: inline-block;

	padding-top: 20px;
    padding-bottom: 35px;
}

#site-info .area-footer-sitemap > div {
    border-right: 1px solid #ccd0d9;
}

#site-info .area-footer-sitemap > div > div {
    display: inline-block;
}

#site-info .area-footer-sitemap > div > div > div {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    margin-right: 50px;
}

#site-info .area-footer-sitemap .sitemap-1st > a,
#site-info .area-footer-sitemap .internal-teaser > h2 > a,
#site-info .area-footer-sitemap .external-teaser > h2 > a,
#site-info .area-footer-sitemap .text-section {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 19px;
}

#site-info .area-footer-sitemap .sitemap-1st .siteLevel_1 li a,
#site-info .area-footer-sitemap .link-list ul li a,
#site-info .area-footer-link .link-list a {
    padding-left: 12px;
    position: relative;
    font-size: 12px;
    line-height: 19px;
}

#site-info .area-footer-logo {
	width: 250px;
    display: inline-block;
    float: right;
    padding-top: 20px;
}

#site-info .area-footer-logo > div {
	margin-left: 10px;
}

/* マージンを入れると英語ロゴがぼやけるため、マージン削除*/
#site-info .area-footer-logo-en > div {
	margin: 0;
}

#site-info .area-footer-sitemap a,
#site-info .area-footer-link a {
    color: #0066aa;
}

#site-info .area-footer-sitemap a:visited,
#site-info .area-footer-link a:visited {
	color: #3d4499;
}

#site-info .area-footer-sitemap .sitemap-1st > a,
#site-info .area-footer-sitemap .internal-teaser > h2 > a,
#site-info .area-footer-sitemap .external-teaser > h2 > a,
#site-info .area-footer-sitemap .text-section {
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	line-height: 19px;
}

#site-info .area-footer-sitemap .sitemap-1st .siteLevel_1 li a,
#site-info .area-footer-sitemap .link-list ul li a,
#site-info .area-footer-link .link-list a {
    padding-left: 12px;
	position: relative;
	font-size: 12px;
	line-height: 19px;
}

#site-info .area-footer-sitemap .sitemap-1st .siteLevel_1 li a:hover,
#site-info .area-footer-sitemap .link-list ul li a:hover,
#site-info .area-footer-link .link-list a:hover {
	text-decoration: underline
}

#site-info .area-footer-sitemap .sitemap-1st .siteLevel_1 li a:before,
#site-info .area-footer-sitemap .link-list a:before,
#site-info .area-footer-link .link-list a:before {
    content: "";
    left: 2px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #e90000;
	-webkit-transform: scaleX(2.0);
	    -ms-transform: scaleX(2.0);
	        transform: scaleX(2.0);
    display: block;
    position: absolute;
    top: 0.7em;
    margin-top: -4px; 
}

#site-info .area-trade-name {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11px;
	background-color: #f5f6f9;
	border-top: 1px solid #ccd0d9;
}

#site-info .area-trade-name > div {
	width: 1000px;
}

#site-info .area-footer-link {
    position: relative;
    margin: 0;
    padding-top: 5px;
    border-top: 1px solid #ccd0d9;
    border-bottom: 1px solid #ccd0d9;
	background-color: #f5f6f9;
}

#site-info .area-footer-link > div {
    width: 1000px;
    padding: 10px 0;
}
#site-info .area-footer-link .link-list li {
	display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    padding-bottom: 5px;
    border-right: 1px solid #ccd0d9;
}

#site-info .area-footer-link .link-list li:last-of-type {
	border-right: none;
}

#site-info .area-footer-copyright {
	width: 100%;
    background-color: #fff;
    font-size:10px;
    line-height:16px;
	height: 46px;
}
#site-info .area-footer-copyright > div {
	width: 1000px;
	margin-top: 10px;
}
/*フッター設定 ここまで*/






/*-- ホーム バナースライダー  --*/
#sharewithmain .layout_slider {
	padding: 0 20px;
}

#sharewithmain .layout_slider * {
	margin-bottom: 0;
}

#sharewithmain .layout_slider .area-slider-recommend:not(.ready) {
	opacity: 0;
}

#area-slider-recommend .slick-prev ,
#area-slider-recommend .slick-next {
	width: 20px;
	height: 50px;
	margin-top: -25px;
	font-size: 0;
	background: #eaeaea;
	background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
	background: -webkit-linear-gradient(#ffffff,#e9eaee);
	background: -o-linear-gradient(#ffffff,#e9eaee);
	background: linear-gradient(#ffffff,#e9eaee);
	border: 1px solid #ccd0d9;
}

#area-slider-recommend .slick-prev {
	left: -20px;
}

#area-slider-recommend .slick-next {
	right: -20px;
}

#area-slider-recommend .slick-prev:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -3px;
	display: block;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: none;
	border-right: 6px solid #aab3bf;
	opacity: 1;
}

#area-slider-recommend .slick-next:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -3px;
	display: block;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-right: none;
	border-left: 6px solid #aab3bf;
	opacity: 1;
}



/*-- タブ切り替え1 --*/
#sharewithmain .layout_tabstyle01 {
	margin-bottom: 20px;
}

.layout_tabstyle01 input[type=radio] {
	display: none;
}

#sharewithmain .layout_tabstyle01 > .column1 {
	width: 100%;
	margin: 0;
}

#sharewithmain .layout_tabstyle01 > .column2 ,
#sharewithmain .layout_tabstyle01 > .column3 ,
#sharewithmain .layout_tabstyle01 > .column4 ,
#sharewithmain .layout_tabstyle01 > .column5 {
	margin: 0;
	width: 100%;
	overflow: hidden;

	height: 0;
	padding: 0;
}

#sharewithmain .layout_tabstyle01 > .column2.active ,
#sharewithmain .layout_tabstyle01 > .column3.active ,
#sharewithmain .layout_tabstyle01 > .column4.active ,
#sharewithmain .layout_tabstyle01 > .column5.active ,
#sharewithmain .layout_tabstyle01 > .sw-tab-select0:checked ~ .column2 ,
#sharewithmain .layout_tabstyle01 > .sw-tab-select1:checked ~ .column3 ,
#sharewithmain .layout_tabstyle01 > .sw-tab-select2:checked ~ .column4 ,
#sharewithmain .layout_tabstyle01 > .sw-tab-select3:checked ~ .column5 {
	height: auto;
	border: 1px solid #ccc;
	padding: 2px 2px 0;
}

.layout_tabstyle01 > .column1 .ircalendar {
	width: 100%;
	display: table;
	table-layout: auto;
	border-collapse: collapse;
}

.layout_tabstyle01 > .column1 .ircalendar > .tableContents {
	display: table-row;
}

.layout_tabstyle01 > .column1 .ircalendar > .tableContents > * {
	display: table-cell;
	width: 25%;
	border: 1px solid #ccc;
}

.layout_tabstyle01 > .column1 .ircalendar div.ircalendar-item  {
}

.layout_tabstyle01 > .column1 .ircalendar div.ircalendar-item > table > tbody > tr > td {
	border: none;
	background: none;
	padding: 0;

	position: relative;
	padding: 10px 5px;
	background: -webkit-gradient(linear,left top, left bottom,from(#e7eaef),to(#ffffff));
	background: -webkit-linear-gradient(#e7eaef,#ffffff);
	background: -o-linear-gradient(#e7eaef,#ffffff);
	background: linear-gradient(#e7eaef,#ffffff);
	color: #333;
	font-weight: bold;
	cursor: pointer;
}


.layout_tabstyle01 > .column1 .ircalendar div.ircalendar-item > table > tbody > tr > td:hover {
	background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
	background: -webkit-linear-gradient(#ffffff,#e9eaee);
	background: -o-linear-gradient(#ffffff,#e9eaee);
	background: linear-gradient(#ffffff,#e9eaee);
}

.layout_tabstyle01 > .sw-tab-select0:checked ~ .column1 .sw-tab-label0 div.ircalendar-item > table > tbody > tr > td ,
.layout_tabstyle01 > .sw-tab-select1:checked ~ .column1 .sw-tab-label1 div.ircalendar-item > table > tbody > tr > td ,
.layout_tabstyle01 > .sw-tab-select2:checked ~ .column1 .sw-tab-label2 div.ircalendar-item > table > tbody > tr > td ,
.layout_tabstyle01 > .sw-tab-select3:checked ~ .column1 .sw-tab-label3 div.ircalendar-item > table > tbody > tr > td ,
.layout_tabstyle01 > .column1 .ircalendar div.ircalendar-item > table > tbody > tr > td.active {
	color: #fff;
	background: -webkit-gradient(linear,left top, left bottom,from(#ad190d),to(#e92404));
	background: -webkit-linear-gradient(#ad190d,#e92404);
	background: -o-linear-gradient(#ad190d,#e92404);
	background: linear-gradient(#ad190d,#e92404);
}

/*
.layout_tabstyle01 > .sw-tab-select0:checked ~ .column1 .sw-tab-label0 div.ircalendar-item > table > tbody > tr > td:hover ,
.layout_tabstyle01 > .sw-tab-select1:checked ~ .column1 .sw-tab-label1 div.ircalendar-item > table > tbody > tr > td:hover ,
.layout_tabstyle01 > .sw-tab-select2:checked ~ .column1 .sw-tab-label2 div.ircalendar-item > table > tbody > tr > td:hover ,
.layout_tabstyle01 > .sw-tab-select3:checked ~ .column1 .sw-tab-label3 div.ircalendar-item > table > tbody > tr > td:hover ,
.layout_tabstyle01 > .column1 .ircalendar div.ircalendar-item > table > tbody > tr > td.active:hover {
	color: #fff;
	background: linear-gradient(#e92404,#ad190d);
}
*/

.layout_tabstyle01 .graph {
	margin-bottom: 0;
}

.layout_tabstyle01 .graph .highcharts-container {
	margin: auto;
}

.layout_tabstyle01 .ircalendar .mgnlEditorBar[aria-hidden="false"] + .tableContents ,
.layout_tabstyle01 .ircalendar .mgnlEditorBar[aria-hidden="false"] + .tableContents > * {
	display: block;
}



/*---- 価格表 ----*/
.layout_topbox_price .tbCore tr td {
	padding: 20px 10px;
}

.layout_topbox_price .tbCore tr:nth-child(1) td ,
.layout_topbox_price .tbCore tr:nth-child(2) td {
	padding: 5px 10px;
	text-align: center;
}

.layout_topbox_price .tbCore tr:first-child td:first-child {
	background: #c4c8d1;
}

.layout_topbox_price .tbCore tr:first-child td:first-child ~ td[colspan="2"] {
	background: #ea0001;
	color: #fff;
}

.layout_topbox_price .tbCore tr:first-child td[colspan="3"] {
	background: #5a5a5a;
	color: #fff;
}

.layout_topbox_price .tbCore tr td:nth-child(2) {
	font-weight: bold;
}

.layout_topbox_price .tbCore tr td:nth-child(1) ,
.layout_topbox_price .tbCore tr td:nth-child(2) {
	background: #ecf0f3;
}

.ux_digit_color .tbCore td.digitMinus ,
.layout_topbox_price .tbCore td.digitMinus {
	color: red;
}

.ux_digit_color .tbCore td.digitPlus ,
.layout_topbox_price .tbCore td.digitPlus {
/*	color: blue;*/
	color: #28b62b;
}

/* シリーズの魅力 もっと詳しく知りたい方へ 枠線設定 */
.layout_charm_double_line {
	border: 1px solid #dde0e7;
	border-radius: 5px;
    padding: 2px;
	margin-bottom: 20px;
}

.layout_charm_double_line > div.column1 {
    margin: 0;
    padding: 15px;
    border: 4px solid #dde0e7;
	border-radius: 2px;
}
/* シリーズの魅力 もっと詳しく知りたい方へ 枠線設定  ここまで*/


/* ラインナップ ＞ 各商品 */
/* 最新開示資料のカラムに枠線 */
.layout_lineup_latest01 {
	padding: 20px 20px 0;
	border: 1px solid #ccd0d9;
}

/* 最新開示資料の下のリンクを右揃えに */
.layout_lineup_latest02 {
	padding-top: 20px;
}

.layout_lineup_latest02 .link-list ul {
	float: right;
}
/* ラインナップ ＞ 各商品 ここまで */






/*-- ハードポイント用スタイルリセット メインリア用別エリア・別パーツ表示用 ここから--*/
/* 通常パーツ設定をこの設定で上書きし、さらに後からセレクタにid指定を入れて上書きする */
.layout_reset .reuse-main-area *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon):before ,
.layout_reset .reuse-main-area *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon):after ,
.layout_reset .reuse-main-area *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon) ,
.layout_reset .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon):before ,
.layout_reset .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon):after ,
.layout_reset .reuse-component *:not(.mgnlEditor):not(.mgnlEditorBarLabel):not(.mgnlEditorBarButtons):not(.editorIcon) {
	content: none;
	margin: auto;
	padding: 0;
	clear: none;
	vertical-align: inherit;
	text-align: inherit;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	line-height: inherit;
	letter-spacing: normal;
	float: none;
	position: static;
	width: auto;
	height: auto;
	min-width: auto;
	min-height: auto;
	max-width: none;
	max-height: none;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	border-radius: 0;
	border: none;
	background: none;
	outline: none;
	opacity: 1;
	text-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;

	display: block;
}

#sharewithmain .layout_reset a {
	cursor: pointer;
}

#sharewithmain .layout_reset img {
	max-width: 100%;
}

#sharewithmain .layout_reset a:hover img {
	opacity: 0.7;
}

/*-- ハードポイント用スタイルリセット メインリア用別エリア・別パーツ表示用 ここまで--*/

/*----- 貴金属市場に係るレポート 年タブリンク -----*/
#sharewithmain .area-year-navi {
}

#sharewithmain .area-year-navi .sitemap-1st br {
/*	display: none; */
}

#sharewithmain .area-year-navi .sitemap-1st > a ,
#sharewithmain .area-year-navi .sitemap-1st ul ul {
	display: none;
}

#sharewithmain .area-year-navi .sitemap-1st {
	font-size: 0;
}

#sharewithmain .area-year-navi .sitemap-1st > ul > li {
	display: inline-block;
	margin-right: -1px;
	border-left: 1px solid #dde2e4;
	border-right: 1px solid #dde2e4;
}

#sharewithmain .area-year-navi .sitemap-1st a {
	position: relative;
	display: block;
	padding: 10px 30px;
	text-align: center;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #dde2e4;
	border-bottom: 1px solid #dde2e4;
	background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
	background: -webkit-linear-gradient(#ffffff,#e9eaee);
	background: -o-linear-gradient(#ffffff,#e9eaee);
	background: linear-gradient(#ffffff,#e9eaee);
}

/*
#sharewithmain .area-year-navi .sitemap-1st a:before {
	content: "";
	display: block;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom: 5px solid #e90000;
	position: absolute;
	transform: rotate(45deg);
}
*/

#sharewithmain .area-year-navi .sitemap-1st a span {
	display: none;
}

#sharewithmain .area-year-navi .sitemap-1st a:hover {
	background: -webkit-gradient(linear,left top, left bottom,from(#e9eaee),to(#ffffff));
	background: -webkit-linear-gradient(#e9eaee,#ffffff);
	background: -o-linear-gradient(#e9eaee,#ffffff);
	background: linear-gradient(#e9eaee,#ffffff);
}

#sharewithmain .area-year-navi .sitemap-1st a.act ,
#sharewithmain .area-year-navi .sitemap-1st a.within {
	color: #fff;
/*	background: linear-gradient(#ad190d,#e92404);*/
	background: -webkit-gradient(linear,left top, left bottom,from(#e92404),to(#ad190d));
	background: -webkit-linear-gradient(#e92404,#ad190d);
	background: -o-linear-gradient(#e92404,#ad190d);
	background: linear-gradient(#e92404,#ad190d);
	border-top-color: #e92404;
	border-bottom-color: #ad190d;
}

/*#sharewithmain .area-year-navi .sitemap-1st a.act:hover ,
#sharewithmain .area-year-navi .sitemap-1st a.within:hover {
*/
#sharewithmain .area-year-navi .sitemap-1st a:hover ,
#sharewithmain .area-year-navi .sitemap-1st a:hover {
	color: #fff;
/*	background: linear-gradient(#e92404,#ad190d);*/
	background: -webkit-gradient(linear,left top, left bottom,from(#ad190d),to(#e92404));
	background: -webkit-linear-gradient(#ad190d,#e92404);
	background: -o-linear-gradient(#ad190d,#e92404);
	background: linear-gradient(#ad190d,#e92404);
	border-top-color: #ad190d;
	border-bottom-color: #e92404;
}

/*----- 貴金属市場に係るレポート 年タブリンク ここまで -----*/

/*----- 転換のお申し込みを受付できない日 カレンダー -----*/
.layout_f_calendar .reuse-main-area > div:not(.mgnlEditor) {
	display: none;
}



/*----- 転換のお申し込みを受付できない日 カレンダー ここまで -----*/








/*注意事項１設定 */

.layout_attention1 {
    border: 1px solid #e90000;
}


/* 背景色、パディングの設定*/
.layout_attention1 .text-section,
.layout_attention1 .highlight-quoted-text {
    margin: 0;
    padding: 10px 10px 0 10px;
    background: #fff;
}

/* 見出し設定 */
.layout_attention1 .text-section {
    -webkit-background-size: 5px 5px;
    font-size: 1.2em;
    font-weight: bold;
}
/*見出しイメージの位置調整*/
.layout_attention1 .text-section.has-img > img {
    margin: 0;
/*    margin-right: 10px;*/
    margin-top: 5px;
}

/* 現行サイトの見た目を再現する場合↓*/
/*
.layout_attention1 .text-section ,
.layout_attention1 .highlight-quoted-text {
    margin-bottom: 5px;
    margin: 0;
    padding: 10px;
    border: 1px dotted #e90000;
    background: #FEF4F4;
}
.layout_attention1 .text-section {
    border-bottom: none;
    background-color: #F4BBBB;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FEF4F4), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FEF4F4),color-stop(.75, #FEF4F4), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 5px 5px;
    font-size: 1.2em;
    font-weight: bold;
    color: #e90000;
}
*/
/*注意事項１設定 ここまで */

/*注意事項２、３設定 */
#sharewithmain .layout_attention2 ,
#promos3 .layout_attention3 {
	width: 750px;
	margin-left: 0;
	border: 1px solid #ccd0d9;
	padding: 15px 15px 8px 15px;
	color: #666666;
}

.col-subcol #sharewithmain .layout_attention2 ,
.col-subcol #promos3 .layout_attention3 {
	width: 1000px;
	margin-bottom:0;
	margin-top: 150px;
}

/* #promos3に置いた「注意事項_下層」は、インデックスページで表示しない。*/
/*[data-page-path="/ja/index"] #sharewithmain .layout_attention2 ,*/
[data-page-path="/ja/index"] #promos3 .layout_attention3 {
	display: none;
}
/*【英語用の設定】*/
[data-page-path="/en/index"] #promos3 .layout_attention3 {
	display: none;
}

/* パディングの設定*/
#sharewithmain .layout_attention2 .text-section ,
#promos3 .layout_attention3 .text-section {
	margin-bottom: 10px;
}

/* 囲み線テキストの設定をする場合*/
#sharewithmain .layout_attention2 .highlight-quoted-text ,
#promos3 .layout_attention3 .highlight-quoted-text {
	background-color: #e6e9ee;
	padding: 15px 20px;
	margin: 0 auto 10px;
/*	border: 1px solid #e90000; */
/*	background: #fff; */
}

/*------- CKエディタ ----------*/
#promos3 .layout_attention3 .highlight-quoted-text br ,
#promos3 .layout_attention3 .text-section br {
	display: inline;
}

#promos3 .layout_attention3 .highlight-quoted-text ol ,
#promos3 .layout_attention3 .text-section ol {
	padding-left:2em;
	list-style:decimal;
}

#promos3 .layout_attention3 .highlight-quoted-text ol li ,
#promos3 .layout_attention3 .text-section ol li {
	display: list-item;
	list-style:inherit;
}

#promos3 .layout_attention3 .highlight-quoted-text ul ,
#promos3 .layout_attention3 .text-section ul {
	padding-left:2em;
	list-style:disc;
}

#promos3 .layout_attention3 .highlight-quoted-text ul li ,
#promos3 .layout_attention3 .text-section ul li {
	display: list-item;
	list-style:inherit;
}

#promos3 .layout_attention3 .highlight-quoted-text em ,
#promos3 .layout_attention3 .text-section em {
	/* メイリオにはイタリック体が無い為 */
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",'ＭＳ Ｐゴシック','MS PGothic', "メイリオ", Meiryo, sans-serif;
	font-style:italic;
}

#promos3 .layout_attention3 .highlight-quoted-text a ,
#promos3 .layout_attention3 .text-section a {
	display: inline;
	vertical-align: baseline;
	word-break: break-all;
}

#promos3 .layout_attention3 .highlight-quoted-text a:link ,
#promos3 .layout_attention3 .text-section a:link {
	color: #0066aa;
	text-decoration: none;
}

#promos3 .layout_attention3 .highlight-quoted-text a:visited ,
#promos3 .layout_attention3 .text-section a:visited {
	color: #3d4499;
	text-decoration: none;
}

#promos3 .layout_attention3 .highlight-quoted-text a:hover ,
#promos3 .layout_attention3 .highlight-quoted-text a:active ,
#promos3 .layout_attention3 .text-section a:hover ,
#promos3 .layout_attention3 .text-section a:active {
	color: #0066aa;;
	text-decoration: underline;
}

/* 別窓アイコン */
#promos3 .layout_attention3 .highlight-quoted-text a[target="_blank"]:after ,
#promos3 .layout_attention3 .text-section a[target="_blank"]:after {
	content: "";
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 14px;
	height: 12px;
	vertical-align: middle;
	margin: 0 5px;
}

/* PDFアイコン */
#promos3 .layout_attention3 .highlight-quoted-text a[href$=".pdf"]:after ,
#promos3 .layout_attention3 .highlight-quoted-text a[href*=".pdf#"]:after ,
#promos3 .layout_attention3 .text-section a[href$=".pdf"]:after ,
#promos3 .layout_attention3 .text-section a[href*=".pdf#"]:after {
	content: "";
	background:url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/pdf.png") center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 18px;
	height: 23px;
	vertical-align: middle;
	margin: 0 5px;
}

/*注意事項２設定 ここまで*/

/* 一覧ボタンあり見出し設定（トップページ/）*/
.layout_h_with_button {
    position: relative;
}

.layout_h_with_button .teaser.no-img:not(.highlight),
.layout_h_with_button .external-teaser.no-img:not(.highlight) {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 20px;
    padding-right: 15px;
}

.layout_h_with_button .teaser.no-img:not(.highlight) h2,
.layout_h_with_button .external-teaser.no-img:not(.highlight) h2 {
	margin: 0;
    line-height: 1.3;
    display: table;
    width: 100%;
    position: relative;
    margin-top: 9px;
}

.layout_h_with_button .teaser.no-img:not(.highlight) h2 a,
.layout_h_with_button .external-teaser.no-img:not(.highlight) h2 a {
	border-radius: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
    height: 28px;
    width: 115px;
    display: table-cell;
    vertical-align: middle;
	padding: 5px 6px 2px 20px;
    text-decoration: none;
}

.layout_h_with_button .teaser.no-img:not(.highlight) h2 a:after,
.layout_h_with_button .external-teaser.no-img:not(.highlight) h2 a:after {
	content: "";
    left: 18px;
	top: 50%;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #e90000;
    -webkit-transform: scaleX(2.0);
        -ms-transform: scaleX(2.0);
            transform: scaleX(2.0);
    display: block;
    position: absolute;
    margin-top: -4px;
}

/*動画再生ボタンの表示 動画で分かる「金の果実」*/
div.external-teaser:not(.no-img) > a[href*="//www.youtube.com/"] ,
div.external-teaser:not(.no-img) > a[href*="//youtu.be/"] {
    position: relative;
}

div.external-teaser:not(.no-img) > a[href*="//www.youtube.com/"]:before ,
div.external-teaser:not(.no-img) > a[href*="//youtu.be/"]:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.3) url(../../../../../../resources/sw_img/youtube_icon.png) no-repeat center center;
}

div.external-teaser:not(.no-img) > a[href*="//www.youtube.com/"] img ,
div.external-teaser:not(.no-img) > a[href*="//youtu.be/"] img {
	opacity: 1;
}

div.external-teaser:not(.no-img) > a[href*="//www.youtube.com/"]:hover:before ,
div.external-teaser:not(.no-img) > a[href*="//youtu.be/"]:hover:before {
	background-color: rgba(0,0,0, 0.1);
}


/* ----- ブログ注意選択画面 ボタン ----- */
#area-dialog-box .modaal-confirm-wrap {
	padding-top: 0;
}

#area-dialog-box .teaser.no-img:not(.highlight) ,
#area-dialog-box .external-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

#area-dialog-box .teaser.no-img:not(.highlight) h2 ,
#area-dialog-box .external-teaser.no-img:not(.highlight) h2 {
	position: relative;
	display: table;
    width: 100%;
}

#area-dialog-box .teaser.no-img:not(.highlight) h2 a ,
#area-dialog-box .external-teaser.no-img:not(.highlight) h2 a {
	height: 80px;
    display: table-cell;
    vertical-align: middle;
	padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    /* background-color: #DCE5F4; */
    background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
    background: -webkit-linear-gradient(#ffffff,#e9eaee);
    background: -o-linear-gradient(#ffffff,#e9eaee);
    background: linear-gradient(#ffffff,#e9eaee);
    border: 1px solid #ced2db;
    text-decoration: none;
}

/*#area-dialog-box .teaser.no-img:not(.highlight) h2 a:after ,*/
/*#area-dialog-box .external-teaser.no-img:not(.highlight) h2 a:after {*/

#area-dialog-box .teaser.no-img:not(.highlight) h2 a:after ,
#area-dialog-box .external-teaser.no-img:not(.highlight) h2 a:after ,
/* ↓Safariで押したいいえボタンのアイコンが黒くなるバグ(原因：a:visitedの色が黒だった)の修正↓*/
#area-dialog-box .teaser.no-img:not(.highlight) h2 a:visited:after ,
#area-dialog-box .external-teaser.no-img:not(.highlight) h2 a:visited:after {


	content: "";
    position: absolute;
	display: block;
	content: "";
    display: block;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
	border-bottom: 5px solid #e90000;
    position: absolute;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);

}

#area-dialog-box .teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
#area-dialog-box .external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
	content: "";
    position: absolute;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: block;
    width: 10px;
    height: 9px;
    right: 0;
    top: 0;
}

#area-dialog-box .teaser.no-img:not(.highlight) p ,
#area-dialog-box .external-teaser.no-img:not(.highlight) p {
}

#area-dialog-box .teaser.no-img:not(.highlight) h2 a:hover ,
#area-dialog-box .external-teaser.no-img:not(.highlight) h2 a:hover {
    /*background-color: #7F9BDA; */
    background: -webkit-gradient(linear,left top, left bottom,from(#e9eaee),to(#ffffff));
    background: -webkit-linear-gradient(#e9eaee,#ffffff);
    background: -o-linear-gradient(#e9eaee,#ffffff);
    background: linear-gradient(#e9eaee,#ffffff);
	/*color: #fff;*/
}
#area-dialog-box .empty {
	display: none;
}

#area-dialog-box button {
	text-decoration: none;
}

#area-dialog-box .modaal-confirm-btn.modaal-ok,
#area-dialog-box .modaal-confirm-btn.modaal-cancel {
	background: none;
}

#area-dialog-box .modaal-confirm-wrap button {
	width: calc(50% - 20px);
	padding-left: 0;
	padding-right: 0;
}


/* 注意選択画面 英語サイト用設定*/

/*文字数が多いため、en配下の画面パディングをつめる。*/
[data-page-path^="/en/"] .modaal-content-container {
    padding: 10px;
}
/* 【英語】注意画面(Disclaimer > Inportant Notice)のリンクリスト中央寄せ*/
[data-page-path^="/en/"] #area-dialog-box .link-list ul {
	text-align: center;
}
[data-page-path^="/en/"] #area-dialog-box .link-list ul li{
	display: inline-block;
}
/* 文字数が多いため、マージンをつめる。*/
[data-page-path^="/en/"] #area-dialog-box > div > div > div {
    margin-bottom: 0;
}
/* 注意選択画面 英語サイト用設定 ここまで*/


/*-- ブログ配下ページ 強制的にフォントサイズ指定解除 --*/
[data-category~="blog"] .text-section:not(.highlight) a ,
[data-category~="blog"] .text-section:not(.highlight) p ,
[data-category~="blog"] .text-section:not(.highlight) span {
	color: inherit !important;
	font-size: inherit !important;
}

/*ニュース日付とニュースの間の余白を詰める*/
/*豊島逸夫氏プロフィールページ*/
/*池水雄一氏プロフィールページ*/
/*池水雄一の貴金属講座　ブログ一覧*/
/*池水雄一の貴金属講座　ブログ一覧*/
.layout_no_category_icon .basic-list:not(.thumnail) ul.tabItems li h3,
.layout_no_category_icon .basic-list-english:not(.thumnail) ul.tabItems li h3 {
    padding-left: 8em;
}

/* お知らせ配下のサイドナビを表示しない設定 */
[data-page-path^="/ja/info/"] #nav {
	display: none;
}

[data-page-path^="/ja/info/"] #wrapper-3 {
	width: 100%;
	float: none;
	clear: both;
}

/*【英語用】 お知らせ配下のサイドナビを表示しない設定 */
[data-page-path^="/en/info/"] #nav {
	display: none;
}

[data-page-path^="/en/info/"] #wrapper-3 {
	width: 100%;
	float: none;
	clear: both;
}


/* パンくず一括設定 */
#promos3 .area-bread > *:not(.mgnlEditor) {
	display: none;
}


/* ブログ プロフィール */
#promos3 .area-profile > *:not(.mgnlEditor) ,
#promos3 .area-profile-content > *:not(.mgnlEditor) {
	display: none;
}

body:not(.superMulti) #profile {
	display: none;
}

#profile-content ,
#profile {
	width: 1000px;
	margin: 20px auto;
}

#profile-content > .reuse-main-area > div ,
#profile > .reuse-main-area > div {
	padding: 20px 20px 0;
	background: #f5f6f9;
}

#profile-content .multiColumn2:after ,
#profile .multiColumn2:after {
	content: "";
	display: block;
	clear: both;
}

#profile-content .multiColumn2 > .column1 ,
#profile-content .multiColumn2 > .column2 ,
#profile .multiColumn2 > .column1 ,
#profile .multiColumn2 > .column2 {
	float: left;
	width: 48.8%;
}

#profile-content .multiColumn2 > .column1 ,
#profile .multiColumn2 > .column1 {
	margin-right: 2.4%;
}

#profile-content .multiColumn2.layout_multi2_column73 > .column1 ,
#profile .multiColumn2.layout_multi2_column73 > .column1 {
	width: 68.8%;
}
#profile-content .multiColumn2.layout_multi2_column73 > .column2 ,
#profile .multiColumn2.layout_multi2_column73 > .column2 {
	width: 28.8%;
}

#profile-content .text-section.no-img ,
#profile .text-section.no-img {
	margin-bottom: 50px;
}


#profile-content .teaser.no-img:not(.highlight) ,
#profile-content .external-teaser.no-img:not(.highlight) ,
#profile .teaser.no-img:not(.highlight) ,
#profile .external-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

#profile-content .teaser.no-img:not(.highlight) h2 ,
#profile-content .external-teaser.no-img:not(.highlight) h2 ,
#profile .teaser.no-img:not(.highlight) h2 ,
#profile .external-teaser.no-img:not(.highlight) h2 {
	position: relative;
	display: table;
    width: 100%;
}

#profile-content .teaser.no-img:not(.highlight) h2 a ,
#profile-content .external-teaser.no-img:not(.highlight) h2 a ,
#profile .teaser.no-img:not(.highlight) h2 a ,
#profile .external-teaser.no-img:not(.highlight) h2 a {
    display: table-cell;
    vertical-align: middle;
	padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
    background: -webkit-linear-gradient(#ffffff,#e9eaee);
    background: -o-linear-gradient(#ffffff,#e9eaee);
    background: linear-gradient(#ffffff,#e9eaee);
    border: 1px solid #ced2db;
    text-decoration: none;
}

#profile-content .teaser.no-img:not(.highlight) h2 a:after ,
#profile-content .external-teaser.no-img:not(.highlight) h2 a:after ,
#profile .teaser.no-img:not(.highlight) h2 a:after ,
#profile .external-teaser.no-img:not(.highlight) h2 a:after {
	content: "";
    position: absolute;
	display: block;
	content: "";
    display: block;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
	border-bottom: 5px solid #e90000;
    position: absolute;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);

}

#profile-content .teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
#profile-content .external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
#profile .teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
#profile .external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
	content: "";
    position: absolute;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: block;
    width: 10px;
    height: 9px;
    right: 0;
    top: 0;
}

#profile-content .teaser.no-img:not(.highlight) p ,
#profile-content .external-teaser.no-img:not(.highlight) p ,
#profile .teaser.no-img:not(.highlight) p ,
#profile .external-teaser.no-img:not(.highlight) p {
}

#profile-content .teaser.no-img:not(.highlight) h2 a:hover ,
#profile-content .external-teaser.no-img:not(.highlight) h2 a:hover ,
#profile .teaser.no-img:not(.highlight) h2 a:hover ,
#profile .external-teaser.no-img:not(.highlight) h2 a:hover {
    background: -webkit-gradient(linear,left top, left bottom,from(#e9eaee),to(#ffffff));
    background: -webkit-linear-gradient(#e9eaee,#ffffff);
    background: -o-linear-gradient(#e9eaee,#ffffff);
    background: linear-gradient(#e9eaee,#ffffff);
}


#profile-content .text-section h2 ,
#profile-content .title2:not(.highlight) h2 ,
#profile .text-section h2 ,
#profile .title2:not(.highlight) h2 {
    position: relative;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-top: 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: solid 2px #aa180e;
    background: #f5f7fa;
    margin-bottom: 20px;
    margin-top: 0;
}
#profile-content .text-section h2:after ,
#profile-content .title2:not(.highlight) h2:after ,
#profile .text-section h2:after ,
#profile .title2:not(.highlight) h2:after {
	content: "";
    position: absolute;
    left: 0;
    top: calc(0.2em / 2);
    display: block;
    width: 5px;
    height: 1em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e52307), to(#b3190b));
    background-image: -webkit-linear-gradient(#e52307, #b3190b);
    background-image: -o-linear-gradient(#e52307, #b3190b);
    background-image: linear-gradient(#e52307, #b3190b);
}

/****旧設定
#promos3 .area-profile > div {
	display: none;
}

body:not(.superMulti) #profile {
	display: none;
}

#profile {
	width: 1000px;
	margin: 20px auto;
}

#profile > .reuse-main-area > div {
	padding: 20px 20px 0;
	background: #f5f6f9;
}

#profile .multiColumn2:after {
	content: "";
	display: block;
	clear: both;
}

#profile .multiColumn2 > .column1 ,
#profile .multiColumn2 > .column2 {
	float: left;
	width: 48.8%;
}

#profile .multiColumn2 > .column1 {
	margin-right: 2.4%;
}

#profile .multiColumn2.layout_multi2_column73 > .column1 {
	width: 68.8%;
}
#profile .multiColumn2.layout_multi2_column73 > .column2 {
	width: 28.8%;
}

#profile .text-section.no-img {
	margin-bottom: 50px;
}


#profile .teaser.no-img:not(.highlight) ,
#profile .external-teaser.no-img:not(.highlight) {
	max-width: 500px;
}

#profile .teaser.no-img:not(.highlight) h2 ,
#profile .external-teaser.no-img:not(.highlight) h2 {
	position: relative;
	display: table;
    width: 100%;
}

#profile .teaser.no-img:not(.highlight) h2 a ,
#profile .external-teaser.no-img:not(.highlight) h2 a {
    display: table-cell;
    vertical-align: middle;
	padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
    background: -webkit-linear-gradient(#ffffff,#e9eaee);
    background: -o-linear-gradient(#ffffff,#e9eaee);
    background: linear-gradient(#ffffff,#e9eaee);
    border: 1px solid #ced2db;
    text-decoration: none;
}

#profile .teaser.no-img:not(.highlight) h2 a:after ,
#profile .external-teaser.no-img:not(.highlight) h2 a:after {

	content: "";
    position: absolute;
	display: block;
	content: "";
    display: block;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
	border-bottom: 5px solid #e90000;
    position: absolute;
	transform: rotate(45deg);

}

#profile .teaser.no-img:not(.highlight) h2 a[target="_blank"]:after ,
#profile .external-teaser.no-img:not(.highlight) h2 a[target="_blank"]:after {
	content: "";
    position: absolute;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	background-size: contain;
	display: block;
    width: 10px;
    height: 9px;
    right: 0;
    top: 0;
}

#profile .teaser.no-img:not(.highlight) p ,
#profile .external-teaser.no-img:not(.highlight) p {
}

#profile .teaser.no-img:not(.highlight) h2 a:hover ,
#profile .external-teaser.no-img:not(.highlight) h2 a:hover {
    background: -webkit-gradient(linear,left top, left bottom,from(#e9eaee),to(#ffffff));
    background: -webkit-linear-gradient(#e9eaee,#ffffff);
    background: -o-linear-gradient(#e9eaee,#ffffff);
    background: linear-gradient(#e9eaee,#ffffff);
}


#profile .text-section h2 ,
#profile .title2:not(.highlight) h2 {
    position: relative;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-top: 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: solid 2px #aa180e;
    background: #f5f7fa;
    margin-bottom: 20px;
    margin-top: 0;
}
#profile .text-section h2:after ,
#profile .title2:not(.highlight) h2:after {
	content: "";
    position: absolute;
    left: 0;
    top: calc(0.2em / 2);
    display: block;
    width: 5px;
    height: 1em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e52307), to(#b3190b));
    background-image: -webkit-linear-gradient(#e52307, #b3190b);
    background-image: -o-linear-gradient(#e52307, #b3190b);
    background-image: linear-gradient(#e52307, #b3190b);
}
****旧設定/


/* 注意画面上部にマージンを入れる設定（全部で三か所のうちの１つ）*/
body[id=index].col-subcol #wrapper-3 {
    margin-bottom: 150px;
}

/*-- メインビジュアルの上にぱんくずを表示する設定 --*/
[data-page-marker~="with-mv"] #header {
	height: 278px;
}

[data-page-marker~="with-mv"] .bread-crumb {
	position: absolute;
	top: 228px;
	z-index: 1;
}

[data-page-marker~="with-mv"] #wrapper-2 {
    margin-top: 10px;
}

[data-page-marker~="with-mv"] #promos3 .area-mv {
    display: block;
    width: 100%;
    min-width: 1000px;
    height: 250px;
    position: absolute;
    top: calc(278px + 10px);
    left: 0;
    overflow: hidden;
}
/*-- メインビジュアルの上にぱんくずを表示する設定 ここまで--*/



/* 以下、現在未使用スタイル*/
/* h3に一覧ボタンをつける場合の設定 */
.layout_h_with_button_h3 {
    position: relative;
}

.layout_h_with_button_h3 .teaser.no-img:not(.highlight),
.layout_h_with_button_h3 .external-teaser.no-img:not(.highlight) {
    position: absolute;
    right: 0;
    top: -10px;
    padding-right: 15px;
}

.layout_h_with_button_h3 .teaser.no-img:not(.highlight) h2,
.layout_h_with_button_h3 .external-teaser.no-img:not(.highlight) h2 {
	margin: 0;
    line-height: 1.3;
    display: table;
    width: 100%;
    position: relative;
    margin-top: 9px;
}

.layout_h_with_button_h3 .teaser.no-img:not(.highlight) h2 a,
.layout_h_with_button_h3 .external-teaser.no-img:not(.highlight) h2 a {
	border-radius: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
    height: 28px;
    width: 115px;
    display: table-cell;
    vertical-align: middle;
	padding: 5px 6px 2px 20px;
    text-decoration: none;
}

.layout_h_with_button_h3 .teaser.no-img:not(.highlight) h2 a:after,
.layout_h_with_button_h3 .external-teaser.no-img:not(.highlight) h2 a:after {
	content: "";
    left: 18px;
	top: 50%;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 3px solid #e90000;
    -webkit-transform: scaleX(2.0);
        -ms-transform: scaleX(2.0);
            transform: scaleX(2.0);
    display: block;
    position: absolute;
    margin-top: -4px;
}




/* 通常ボタン（小サイズ画像なしバナーボタン）の設定*/
[role="main"] .teaser.no-img.highlight ,
[role="main"] .external-teaser.no-img.highlight {
	max-width: 500px;
	border-radius: 10px;
}

[role="main"] .teaser.no-img.highlight h2 ,
[role="main"] .external-teaser.no-img.highlight h2 {
	position: relative;
	display: table;
    width: 100%;
}

[role="main"] .teaser.no-img.highlight h2 a ,
[role="main"] .external-teaser.no-img.highlight h2 a {
	height: 30px;
    display: table-cell;
    border-radius: 20px;
    vertical-align: middle;
	padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
    background: -webkit-linear-gradient(#ffffff,#e9eaee);
    background: -o-linear-gradient(#ffffff,#e9eaee);
    background: linear-gradient(#ffffff,#e9eaee);
    border: 1px solid #ced2db;
    text-decoration: none;
}


[role="main"] .teaser.no-img.highlight h2 a:before ,
[role="main"] .external-teaser.no-img.highlight h2 a:before {
	content: "";
	background: url("../../../../../../resources/sw_img/icon_arrow_red.png") center center no-repeat;
	
	background-size: contain;
	display: inline-block;
	width: 5px;
	height: 5px;
	top: 0;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -5px;
}

[role="main"] .teaser.no-img.highlight h2 a[target="_blank"]:before,
[role="main"] .external-teaser.no-img.highlight h2 a[target="_blank"]:before {
	content: "";
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
    display: inline-block;
    top: 0.5em;
    width: 10px;
    height: 9px;
	margin-right: 5px;
	margin-top: -5px;
}

[role="main"] .teaser.no-img.highlight p ,
[role="main"] .external-teaser.no-img.highlight p {
}

[role="main"] .teaser.no-img.highlight h2 a:hover ,
[role="main"] .external-teaser.no-img.highlight h2 a:hover {
    background: -webkit-gradient(linear,left top, left bottom,from(#e9eaee),to(#ffffff));
    background: -webkit-linear-gradient(#e9eaee,#ffffff);
    background: -o-linear-gradient(#e9eaee,#ffffff);
    background: linear-gradient(#e9eaee,#ffffff);
}

/* 注意喚起画面非表示 */
#promos3 .area-dialog > *:not(.mgnlEditor) {
	display: none;
}


/*----- 外部サイト警告ダイアログ -----*/

#promos3 .area-outer-link > *:not(.mgnlEditor) ,
#promos3 .area-dialog-disclaimer3 > *:not(.mgnlEditor) ,
#promos3 .area-dialog-disclaimer4 > *:not(.mgnlEditor) ,
#promos3 .area-dialog-disclaimer5 > *:not(.mgnlEditor) {
	display: none;
}

.dialog-outer-link .modaal-confirm-btn.modaal-ok ,
.dialog-outer-link .modaal-confirm-btn.modaal-cancel ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-ok ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-cancel {
	position: relative;
	display: inline-block;
    vertical-align: middle;
	padding: 20px;
	min-width: 250px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#e9eaee));
    background: -webkit-linear-gradient(#ffffff,#e9eaee);
    background: -o-linear-gradient(#ffffff,#e9eaee);
    background: linear-gradient(#ffffff,#e9eaee);
    border: 1px solid #ced2db;
    text-decoration: none;
}

.dialog-outer-link .modaal-confirm-btn.modaal-ok:hover ,
.dialog-outer-link .modaal-confirm-btn.modaal-ok:active ,
.dialog-outer-link .modaal-confirm-btn.modaal-cancel:hover ,
.dialog-outer-link .modaal-confirm-btn.modaal-cancel:active ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-ok:hover ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-ok:active ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-cancel:hover ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-cancel:active {
    background: -webkit-gradient(linear,left top, left bottom,from(#e9eaee),to(#ffffff));
    background: -webkit-linear-gradient(#e9eaee,#ffffff);
    background: -o-linear-gradient(#e9eaee,#ffffff);
    background: linear-gradient(#e9eaee,#ffffff);
}

.dialog-outer-link .modaal-confirm-btn.modaal-ok:before ,
.dialog-outer-link a:visited .modaal-confirm-btn.modaal-ok:before ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-ok:before ,
.dialog-disclaimer-link a:visited .modaal-confirm-btn.modaal-ok:before {
	content: "";
    top: 8px;
    right: 5px;
    width: 10px;
    height: 9px;
	border: none;
	background: url("../../../../../../resources/templating-kit/themes/pop/img/defaulticon/common/link02.png") center center no-repeat;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
    display: block;
    position: absolute;
    margin-top: -3px;
}

.dialog-outer-link .modaal-confirm-btn.modaal-cancel:before ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-cancel:before {
	content: "";
    position: absolute;
	display: block;
	content: "";
    display: block;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
	border-bottom: 5px solid #e90000;
    position: absolute;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);

}


.dialog-outer-link .modaal-confirm-btn.modaal-ok:after ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-ok:after {
}

.dialog-outer-link .modaal-confirm-btn.modaal-ok:hover ,
.dialog-outer-link .modaal-confirm-btn.modaal-cancel:hover ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-ok:hover ,
.dialog-disclaimer-link .modaal-confirm-btn.modaal-cancel:hover {
}


.modaal-confirm-wrap {
	padding-top: 0;
}


/* 基準価額 */
.layout_table_standard_price .tbCore tr + tr + tr td {
    padding: 20px 10px;
}

.layout_table_standard_price .tbCore tr:first-child td:first-child {
	background: #c4c8d1;
}

.layout_table_standard_price .tbCore tr:first-child td:first-child ~ td[colspan="2"] {
	background: #ea0001;
	color: #fff;
}

.layout_table_standard_price .tbCore tr:first-child td:first-child ~ td[colspan="2"] ~ td[colspan="2"] {
	background: #404040;
	color: #fff;
}

.layout_table_standard_price .tbCore tr:first-child td:first-child ~ td[colspan="2"] ~ td[colspan="2"] ~ td[colspan="2"] {
	background: #5a5a5a;
	color: #fff;
}

.layout_table_standard_price .tbCore tr td:nth-child(1) ,
.layout_table_standard_price .tbCore tr td:nth-child(2) {
	background: #ecf0f3;
}



/* 基準価額 */
.layout_table_standard_price2 .tbCore tr:first-child td[rowspan="1"] {
    height: 56px;
}

.layout_table_standard_price2 .tbCore tr + tr + tr td {
/*    padding: 20px 10px; */
}

.layout_table_standard_price2 .tbCore tr:first-child td:first-child {
	background: #c4c8d1;
}

.layout_table_standard_price2 .tbCore tr:first-child td:first-child ~ td[colspan="2"] {
	background: #ea0001;
	color: #fff;
}

.layout_table_standard_price2 .tbCore tr:first-child td[colspan="3"] ,
.layout_table_standard_price2 .tbCore tr:first-child td:first-child ~ td[colspan="2"] ~ td[colspan="2"] {
	background: #404040;
	color: #fff;
}

.layout_table_standard_price2 .tbCore tr:first-child td:first-child ~ td[colspan="2"] ~ td[colspan="2"] ~ td[colspan="2"] {
	background: #5a5a5a;
	color: #fff;
}

.layout_table_standard_price2 > .column1 .tbCore tr td:nth-child(1) ,
.layout_table_standard_price2 > .column1 .tbCore tr td:nth-child(2) ,
.layout_table_standard_price2 > .column2 .tbCore tr td:nth-child(1) {
	background: #ecf0f3;
}




/* 基準価額 */
.layout_table_standard_price3 .tbCore tr:first-child td[rowspan="1"] {
    height: 56px;
}

.layout_table_standard_price3 .tbCore tr + tr + tr td {
    padding: 5px 5px;
}

.layout_table_standard_price3 .tbCore tr:first-child td:first-child {
	background: #c4c8d1;
}

.layout_table_standard_price3 .tbCore tr:first-child td:first-child ~ td[colspan="2"] {
	background: #ea0001;
	color: #fff;
}

.layout_table_standard_price3 .tbCore tr:first-child td[colspan="3"] ,
.layout_table_standard_price3 .tbCore tr:first-child td:first-child ~ td[colspan="2"] ~ td[colspan="2"] {
	background: #404040;
	color: #fff;
}

.layout_table_standard_price3 .tbCore tr:first-child td:first-child ~ td[colspan="2"] ~ td[colspan="2"] ~ td {
	background: #404040;
	color: #fff;
}

.layout_table_standard_price3 > .column1 .tbCore tr td:nth-child(1) ,
.layout_table_standard_price3 > .column1 .tbCore tr td:nth-child(2) ,
.layout_table_standard_price3 > .column2 .tbCore tr td:nth-child(1) {
	background: #ecf0f3;
}




