@charset "utf-8";

/**
 *
 *  コンテンツ共通
 *
 */


/*--------------------------------------------------------------------------

	/-- メインモジュール --/
	newsListModule >>> ニュース一覧
	tableModule    >>> テーブルレイアウト
	pageHeader     >>> ページヘッダー
	categoryLink   >>> カテゴリー別リンク

	/-- パーツ --/
	blockTtl     >>> ブロックタイトル
	tabNavi      >>> タブナビゲーション
	pageLinkNavi >>> ページ内リンクナビゲーション
	btnLink      >>> ボタンリンク


---------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
   汎用スタイル
---------------------------------------------------------------------------*/

/* テキスト
-----------------------------------------------------------------*/
.em {
	font-weight: bold;
}



/*--------------------------------------------------------------------------
   メインモジュール
---------------------------------------------------------------------------*/

/* newsListModule
-----------------------------------------------------------------*/
.newsListModule {
	margin: 10px 0;
	padding: 0;
	border-bottom: 1px solid #e3e1d7;
}

.newsListModule li {
	border-top: 1px solid #e3e1d7;
}

.newsListModule li .link {
	display: block;
	padding: 18px 35px 18px 10px;
	letter-spacing: -0.4em;
}

.newsListModule li a.link {
	background: url(../../common/images/ico_arrow02.png) no-repeat 100% 50%;
}

.newsListModule li span {
	font-weight: normal;
	background: none;
}

.newsListModule li a:hover {
	background: #fff url(../../common/images/ico_arrow02_on.png) no-repeat 100% 50%;
	transition: all 0.5s;
}

.newsListModule .date,
.newsListModule .note {
	padding: 0;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: 0;
	vertical-align: top;
	word-wrap: break-word;
}

.newsListModule .date {
	width: 90px;
	padding-left: 100px;
	margin-right: 20px;
	color: #e28414;
	font-weight: bold;
	word-wrap: break-word;
}

.newsListModule .seminar .date {
	background: url(../../common/images/ico_seminar.png) no-repeat 0 0.1em;
}

.newsListModule .news .date {
	background: url(../../common/images/ico_news.png) no-repeat 0 0;
}

.newsListModule .csr .date {
	background: url(../../common/images/ico_csr.png) no-repeat 0 0;
}

.newsListModule .note {
	width: 700px;
}


/* tableModule
-----------------------------------------------------------------*/
.tableModule {
	width: 860px;
	border-bottom: 1px solid #dedede;

}

.tableModule dl {
	padding: 20px 0 20px 30px;
	letter-spacing: -0.4em;
	line-height: 1.4;
	border-top: 1px solid #dedede;
}

.tableModule dt,
.tableModule dd {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: 0;
	vertical-align: top;
}

.tableModule dt {
	width: 300px;
	color: #CC3D47;
	font-weight: bold;
}

.tableModule .newline br {
	display: none;
}

.tableModule dd {
	width: 838px;
	padding-left: 10px;
}

/* style01 */
.tableModule .style01 {
	width: 848px;
	padding-left: 0;
}

.tableModule .style01 .data-box {
	padding: 20px 10px;
	letter-spacing: -0.4em;
	border-top: 1px solid #dedede;
}

.tableModule .style01 .data-box:first-child {
	padding-top: 0;
	border-top: none;
}

.tableModule .style01 .data-box:last-child {
	padding-bottom: 0;
}

.tableModule .style01 .data-box .ttl,
.tableModule .style01 .data-box ul {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 670px;
	letter-spacing: 0;
	vertical-align: top;
}

.tableModule .style01 .data-box li {
	margin-top: 5px;
}

.tableModule .style01 .data-box li:first-child {
	margin-top: 0;
}

.tableModule .style01 .data-box .ttl {
	width: 80%;
}

.tableModule .style01 .data-box .ttl br {
	display: none;
}

/* style02 */
.tableModule .style02 li {
	margin-top: 5px;
	letter-spacing: -0.4em;
}

.tableModule .style02 li:first-child {
	margin-top: 0;
}

.tableModule .style02 li span {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: 0;
}

.tableModule .style02 .ttl {
	width: auto;
}

.tableModule .style02 li .ttl br {
	display: none;
}

/* style03 */
.tableModule .style03 li {
	margin-top: 8px;
}

.tableModule .style03 li:first-child {
	margin-top: 0;
}

/* style04 */
.tableModule .style04 li {
	margin-top: 28px;
}

.tableModule .style04 li:first-child {
	margin-top: 0;
}

.tableModule .style04 li span {
	display: block;
	margin-bottom: 5px;
}

/**************************************************
		Contents
**************************************************/
#contWrapper {
	clear: both;
	width: 100%;
}

#contArea {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	margin-top: 130px;
	padding-top: 30px;
}

/* ===== Column 1  =====
.box1 #mainArea { width:100%; }
.box1 #sideArea { display:none; }
 */

/* ===== Column 2  =====
.box2 #mainArea {
	float:right;
	width:730px;
	margin-left:0px;
} 

.box2 #sideArea {
	float:left;
	margin-right:50px;
	width:220px;
}

#sideArea {
	margin-left:50px;
	margin-right:50px;
	width:220px;
}
*/




/* ===== Pankz ===== */
#pankz {
	margin-bottom: 47px;
}

#pankz p {
	font-size: 0.7em;
	line-height: 1.5;
}


/* ===== Social ===== */
#mainArea .socialBox {
	margin-top: -8px;
	float: right;
}


/**************************************************
		Side Area
**************************************************/
/* ===== Flower ===== */
#flowerArea {
	margin-bottom: 5px;
}

#flowerArea p {
	font-size: 0.8em;
}


/* ===== Banner ===== */
#banner001,
#banner002 {
	width: 220px;
	margin-bottom: 17px;
}

#banner001 ul,
#banner002 dl {
	font-size: 0.8em;
}

#banner001 ul li,
#banner002 ul li {
	margin-bottom: 5px;
	border-bottom: dotted 1px #ccc;
}


#banner001 li a:hover {

	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";

}





#banner001 ul li.lastItem,
#banner002 dl dd.lastItem,
#banner002 ul li.lastItem {
	margin-bottom: 0;
}

#banner002 dl dt {
	margin-bottom: 7px;
}

#banner002 dl dd {
	margin-bottom: 17px;
}

#banner002 dl .listEvent {
	padding: 5px;
	background: transparent url("../img/bg_event_side.gif") 0 0 repeat;
}






/* 主要紹介
-----------------------------------------------------------------*/


/* pageHeader
-----------------------------------------------------------------*/
#pageHeader {
	padding: 39px 0 46px;
	background: #E56363;
	/* f69302*/
	/*		background: url(../images/bg_hougan.png);
	background: radial-gradient(#f69600 65%, #f48809 90%);*/

	color: #fff;
}

#pageHeader .pageTtl {
	position: relative;
	font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}

#pageHeader .pageTtl span {
	display: block;
	font-family: 'Noto Serif', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

/* ライン付 */
#pageHeader .pageTtl.unline {
	margin-bottom: 50px;
	line-height: 57px;
}

#pageHeader .unline:after {
	display: block;
	position: absolute;
	content: '';
	width: 40px;
	height: 2px;
	left: 50%;
	margin: 24px 0 0 -20px;
	background: #0d5484;
}

/* リード文 */
#pageHeader .lead {
	margin-bottom: 13px;
	font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
	font-size: 8px;
	font-weight: 500;
	text-align: center;
}

#pageHeader .lead br {
	display: none;
}

#pageHeader .note {
	max-width: 564px;
	margin: 0 auto;
	font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
	text-align: center;
}


/* categoryLink
-----------------------------------------------------------------*/
.categoryLink {
	padding: 38px 0 33px;
	border-top: 1px solid #dedede;
	background: #fafafa;
	box-shadow: 0px 1px rgba(222, 222, 222, 0.5) inset;
}

.categoryLink .cateTtl {
	margin-bottom: 31px;
	color: #494949;
	text-align: center;
	font-weight: 500;
}

.categoryLink .cateTtl .en {
	padding-right: 25px;
	margin-right: 15px;
	background: url(../../common/images/bg_slash.png) no-repeat 100% 50%;
	font-size: 22px;
	font-family: 'Noto Serif', serif;
}

.categoryLink .cateTtl .jp {
	padding-right: 4px;
	font-size: 18px;
	font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
}

.categoryLink ul {
	margin: 0 auto;
}

.categoryLink li {
	float: left;
}

.categoryLink li:first-child {
	margin-left: 0;
}

.categoryLink a {
	display: block;
}

.categoryLink li .thumb {
	display: block;
	background: #fff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
	transition: all 0.3s;
}

.categoryLink li a:hover .thumb {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.categoryLink .ttl {
	padding-top: 12px;
	text-align: center;
	font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
}

.categoryLink .ttl span {
	display: inline-block;
	position: relative;
}

.categoryLink .ttl span:after {
	display: inline-block;
	width: 21px;
	margin: -2px 0 0 -5px;
	vertical-align: middle;
	font-size: 185%;
	font-family: 'icomoon';
	line-height: 4px;
	content: '>';
	transition: all 0.3s;
}

.categoryLink a:hover .ttl span:after {
	width: 18px;
	margin-left: -2px;
}

/* active */
.categoryLink .active,
.categoryLink .active .ttl span:after {
	color: #c1272d;
}

.categoryLink .active {
	cursor: default;
	pointer-events: none;
}

.categoryLink .active .ttl span:after {
	display: none;
}


/*--------------------------------------------------------------------------
   パーツ
---------------------------------------------------------------------------*/

/* blockTtl
-----------------------------------------------------------------*/
.blockTtl1 {
	position: relative;
	margin-bottom: 52px;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
	color: #212270;
}

.blockTtl1:after {
	/*	position: absolute;
	content: '';
	width: 400px;
	height: 3px;
	/*left: 50%;
	margin: 18px 0 0 -20px;*/
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	background: #212270;
	*/
}

.blockTtl1.en {
	margin-bottom: 5px;
	font-size: 50px;
	font-family: 'Noto Serif', serif;
}

.blockTtl1.en:after {
	bottom: -6px;
	margin-top: 0;
	margin-bottom: 10px;
}

.sankaku_blue {
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 20px solid #212270;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
}


/* blockTtl2
-----------------------------------------------------------------*/
.blockTtl2 {
	position: relative;
	margin-bottom: 52px;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
}

.blockTtl2:after {
	position: absolute;
	content: '';
	width: 300px;
	height: 3px;
	/*left: 50%;
	margin: 18px 0 0 -20px;*/
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	background: #c1272d;
}

.blockTtl2.en {
	margin-bottom: 5px;
	font-size: 50px;
	font-family: 'Noto Serif', serif;
}

.blockTtl2.en:after {
	bottom: -6px;
	margin-top: 0;
}

.sankaku_red {
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 20px solid #c1272d;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
}

/* blockTtl3
-----------------------------------------------------------------*/
.blockTtl3 {
	position: relative;
	margin-bottom: 52px;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
}

.blockTtl3:after {
	position: absolute;
	content: '';
	width: 300px;
	height: 3px;
	/*left: 50%;
	margin: 18px 0 0 -20px;*/
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	background: #e95532;
}

.blockTtl3.en {
	margin-bottom: 5px;
	font-size: 50px;
	font-family: 'Noto Serif', serif;
}

.blockTtl3.en:after {
	bottom: -6px;
	margin-top: 0;
}

.sankaku_orange {
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 20px solid #212270;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
}

/* blockTtl4
-----------------------------------------------------------------*/
.blockTtl4 {
	position: relative;
	margin-bottom: 52px;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
}

.blockTtl4:after {
	position: absolute;
	content: '';
	width: 300px;
	height: 3px;
	/*left: 50%;
	margin: 18px 0 0 -20px;*/
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	background: #fff;
}

.blockTtl4.en {
	margin-bottom: 5px;
	font-size: 50px;
	font-family: 'Noto Serif', serif;
}

.blockTtl4.en:after {
	bottom: -6px;
	margin-top: 0;
}

.sankaku_red {
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 20px solid #fff;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
}


/* tabNavi
-----------------------------------------------------------------*/
.tabNavi {
	width: 100%;
	background: #c1272d;
	padding: 0;
}

.tabNavi ul {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.tabNavi li {
	position: relative;
	display: table-cell;
	/float: left;
	vertical-align: middle;
}

.tabNavi a {
	position: relative;
	display: table;
	/display: block;
	width: 100%;
	height: 70px;
	transition: all 0.3s;
	font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
}

.tabNavi a span {
	display: table-cell;
	/display: block;
	padding: 22px 0;
	color: #fff;
	font-size: 108%;
	text-align: center;
	vertical-align: middle;
}

/* IE9・10 */
.tabNavi a span:not(:target) {
	padding: 25px 0 21px\9;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	.tabNavi a span {
		padding: 25px 0 21px;
	}
}

.tabNavi .active {
	background: #c1272d;
	cursor: default;
}

.tabNavi a:hover {
	background: #f97718;
}

.tabNavi li:first-child:after,
.tabNavi a:after {
	position: absolute;
	content: '';
	height: 24px;
	width: 1px;
	top: 50%;
	right: 0;
	margin-top: -12px;
	background: #ffd48f;
}

.tabNavi li:first-child:after {
	right: inherit;
	left: 0;
}

#container {
	width: 100%;
	text-align: center;
}



/* pageLinkNavi
-----------------------------------------------------------------*/
.pageLinkNavi {
	background: #fff;
	border-bottom: 1px solid #dedede;
}

.pageLinkNavi ul {
	position: relative;
	width: 960px;
	margin: 0 auto;
	display: table;
}

.pageLinkNavi li {
	position: relative;
	display: table-cell;
	/float: left;
	vertical-align: middle;
}

.pageLinkNavi li a {
	position: relative;
	display: table;
	/display: block;
	width: 100%;
	height: 68px;
	transition: border 0.25s, background 0.2s ease-in-out, color 0.2s;
	border-bottom: 2px solid #fff;
	background: url(../../common/images/ico_arrow03.png) no-repeat 50% 78%;
}

.pageLinkNavi li span {
	display: table-cell;
	/display: block;
	padding: 24px 0;
	font-size: 108%;
	text-align: center;
	line-height: 1.4;
	vertical-align: middle;
}

.pageLinkNavi a:hover {
	border-bottom: 2px solid #c1272d;
	background: url(../../common/images/ico_arrow03.png) no-repeat 50% 85%;
}

.pageLinkNavi li:first-child:after,
.pageLinkNavi li a:after {
	position: absolute;
	content: '';
	height: 24px;
	width: 1px;
	top: 50%;
	right: 0;
	margin-top: -12px;
	background: #dedede;
}

.pageLinkNavi li:first-child:after {
	right: inherit;
	left: 0;
}


/* btnLink
-----------------------------------------------------------------*/
.btnLink {
	display: block;
	color: #fff;
	/*	background: #c1272d;*/
	text-align: center;
	border-radius: 3px;
	transition: all 0.3s;
	overflow: hidden;
}

.btnLink span {
	display: inline-block;
	position: relative;
	padding: 13px 25px 14px 0;
	font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
	vertical-align: middle;
}

.btnLink1 {
	display: block;
	color: #fff;
	/*	background: #c1272d;*/
	text-align: center;
	border-radius: 3px;
	transition: all 0.3s;
	overflow: hidden;
}

.btnLink1 span {
	display: inline-block;
	position: relative;
	padding: 5px 16px 5px 0;
	font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
	vertical-align: middle;
}



/* IE9・10 */
.btnLink span:not(:target) {
	padding: 15px 16px 9px 0\9;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	.btnLink span {
		padding: 15px 16px 9px 0;
	}
}

.btnLink span:after {
	content: '>';
	position: absolute;
	top: 50%;
	right: -16px;
	font-size: 185%;
	font-family: 'icomoon';
	transition: all 0.3s;
	line-height: 14px;
	margin-top: -7px;
	vertical-align: middle;
}

.btnLink:hover {
	color: #fff;
	/* 	background: #febb5f;*/
}

.btnLink:hover span:after {
	right: -22px;
}

.btnLink1 span:after {
	content: '>';
	position: absolute;
	top: 50%;
	right: -16px;
	font-size: 160%;
	font-family: 'icomoon';
	transition: all 0.3s;
	line-height: 14px;
	margin-top: -7px;
	vertical-align: middle;
}

.btnLink1:hover {
	color: #fff;
	/* 	background: #febb5f;*/
}

.btnLink1:hover span:after {
	right: -22px;
}



/* [option] style01 */
.btnLink.style01 {
	/* background: #fe9e1a; */
	border: 1px solid #212270;
	background: #fff;
	width: 320px;
	font-size: 0.8em;
	color: #212270;
}

.btnLink.style01:hover {
	background: #fff;
}




/* [option] style02 494949　⇒　8dc21f*/
.btnLink.style02 a {
	color: #fff;
	background: #8dc21f;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #8dc21f;
}

.btnLink.style02 span:after {
	transition: color 0.2s;
	transition: right 0.3s;
}

.btnLink.style02:hover {
	background: #aad63c;
	/*color: #fe9e1a;*/
	color: #fff;
}

/* [option] style02 */
.btnLink.style03 {
	/* background: #fe9e1a; */
	background: #f7931e;
	width: 180px;
	font-size: 0.9em;
	height: 40px;
	line-height: 1em;
}

.btnLink.style03:hover {
	background: #f7a552;
}

/*more-btn/[option] style04 */
.btnLink.style04 {
	/* width: 60%; */
	/* margin: 0 20%; */
	text-align: center;
	font-size: 1.0em;
	border-radius: 5px;
	transition: all 0.3s;
	overflow: hidden;
	background: #ff8f33;
}

.btnLink.style04:hover {
	background: #ffaa64;
}


/* [option] style05 */
.btnLink1.style05 {
	/* background: #fe9e1a; */
	background: #fe9e1a;
	width: 160px;
	height: 30px;
	font-size: 0.7em;
}

.btnLink1.style05:hover {
	background: #ffb052;
}


/* [option] style06 */
.btnLink.style06 {
	/* background: #fe9e1a; */
	background: #8dc21f;
	width: 350px;

}

.btnLink.style06:hover {
	background: #aad63c;
}

/* [style] entry */
.btnLink.entry {
	background: #494949;
}

.btnLink.entry:hover {
	background: #808080;
}

.btnLink.entry span {
	padding: 19px 0 19px 30px;
	font-size: 139%;
	background: url(../images/ico_entry.png) no-repeat 0 48%;
}

.btnLink.entry span:after {
	display: none;
}

/* IE9・10 */
.btnLink.entry span:not(:target) {
	padding: 23px 0 14px 30px\9;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	.btnLink.entry span {
		padding: 23px 0 15px 30px;
	}
}

/* [style] blank */
.btnLink.blank span {
	background: url(../images/ico_blank04.png) no-repeat 100% 50%;
}

.btnLink.blank span:after {
	display: none;
}


/** -----------------------------------------------------------------
 *
 *  [sp]レスポンシブ 768px
 *
 ----------------------------------------------------------------- */

@media screen and (max-width:768px) {

	/*--------------------------------------------------------------------------
	   メインモジュール
	---------------------------------------------------------------------------*/

	/* newsListModule
	-----------------------------------------------------------------*/
	.newsListModule li .link {
		padding: 16px 25px 16px 0;
	}

	.newsListModule li a.link {
		background: url(../../common/images/ico_arrow02_sp.png) no-repeat 100% 50%;
		background-size: 8px 15px;
	}

	.newsListModule li a.link:hover {
		background: url(../../common/images/ico_arrow02_sp.png) no-repeat 100% 50%;
		background-size: 8px 15px;
	}

	.newsListModule .date,
	.newsListModule .note {
		display: block;
	}

	.newsListModule .date {
		margin-bottom: 10px;
		padding-left: 65px;
		font-weight: normal;
	}

	.newsListModule .seminar .date {
		background: url(../../common/images/ico_seminar_sp.png) no-repeat 0 50%;
		background-size: 55px 15px;
	}

	.newsListModule .news .date {
		background: url(../../common/images/ico_news_sp.png) no-repeat 0 50%;
		background-size: 55px 15px;
	}

	.newsListModule .csr .date {
		background: url(../../common/images/ico_csr_sp.png) no-repeat 0 50%;
		background-size: 55px 15px;
	}

	.newsListModule .note {
		width: auto;
	}




	/* pageHeader
	-----------------------------------------------------------------*/
	#pageHeader {
		padding: 27px 0 32px;
	}

	#pageHeader .pageTtl {
		font-size: 18px;
	}

	#pageHeader .pageTtl span {
		font-size: 12px;
	}

	/* ライン付 */
	#pageHeader .pageTtl.unline {
		margin-bottom: 35px;
		line-height: 32px;
	}

	#pageHeader .unline:after {
		margin: 15px 0 0 -20px;
	}

	/* リード文 */
	#pageHeader .lead {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.4;
	}

	#pageHeader .lead br {
		display: block;
	}

	#pageHeader .note {
		width: 100%;
		font-size: 12px;
		text-align: left;
		line-height: 1.5;
	}


	/* categoryLink
	-----------------------------------------------------------------*/
	.categoryLink {
		padding: 24px 0 37px;
	}

	.categoryLink .cateTtl {
		margin-bottom: 15px;
	}

	.categoryLink .cateTtl .en {
		padding-right: 21px;
		margin-right: 14px;
		background: url(../images/bg_slash_sp.png) no-repeat 100% 50%;
		background-size: 11px 17px;
		font-size: 19px;
	}

	.categoryLink .cateTtl .jp {
		font-size: 18px;
	}

	.categoryLink ul {
		width: 100%;
		border-bottom: 1px solid #e3e1d7;
	}

	.categoryLink li {
		overflow: hidden;
		width: 100%;
		float: none;
		clear: both;
		margin: 0;
		border-top: 1px solid #e3e1d7;
	}

	.categoryLink li a {
		overflow: hidden;
		padding: 6px 0;
	}

	.categoryLink li .thumb {
		float: left;
		padding: 0;
		background: none;
	}

	.categoryLink .ttl {
		padding-top: 10px;
		text-align: left;
	}

	.categoryLink .ttl span {
		display: block;
		margin-left: 0;
		font-size: 12px;
	}

	.categoryLink .ttl span br {
		display: none;
	}

	.categoryLink .ttl span:after {
		position: absolute;
		top: 47%;
		right: 0;
	}

	.categoryLink a:hover .ttl span:after {
		right: 0;
	}

	/* active */
	.categoryLink .active .ttl span:after {
		display: block;
	}


	/* tabNavi
	-----------------------------------------------------------------*/
	.tabNavi ul {
		width: 100%;
	}

	.tabNavi li a {
		height: 50px;
	}

	.tabNavi li a span {
		padding: 10px 0;
		font-size: 85%;
		line-height: 1.2;
	}

	.tabNavi li:last-child a:after,
	.tabNavi li:first-child:after {
		display: none;
	}


	/* pageLinkNavi
	-----------------------------------------------------------------*/
	.pageLinkNavi ul {
		width: 100%;
		padding: 0;
	}

	.pageLinkNavi li a {
		height: 55px;
		background: url(../../common/images/ico_arrow03_sp.png) no-repeat 50% 75%;
		background-size: 10px 5px;
	}

	.pageLinkNavi li a span {
		padding: 21px 0;
		font-size: 85%;
		line-height: 1.2;
	}

	.pageLinkNavi li a:after {
		height: 20px;
		margin-top: -10px;
	}

	.pageLinkNavi li:last-child a:after,
	.pageLinkNavi li:first-child:after {
		display: none;
	}

	.pageLinkNavi li a:hover {
		border-bottom: 2px solid #fff;
		background: url(../../common/images/ico_arrow03_sp.png) no-repeat 50% 75%;
		background-size: 10px 5px;
		color: #494949;
	}


	/* btnLink
	-----------------------------------------------------------------*/
	.btnLink span {
		padding: 11px 23px 12px 0;
	}

	.btnLink span:after {}

	.btnLink:hover {
		/* background: #fe9e1a; */
		background: #025481;

	}

	/* [style] entry */
	.btnLink.entry span {
		font-size: 16px;
		padding: 14px 0 14px 30px;
		background: url(../images/ico_entry_sp.png) no-repeat 0 50%;
		background-size: 18px 18px;
	}


	.blockTtl1.en {
		margin-bottom: 5px;
		font-size: 30px;
		font-family: 'Noto Serif', serif;
	}

	.blockTtl1:after {
		position: absolute;
		content: '';
		width: 250px;
		height: 3px;
		/*left: 50%;
	margin: 18px 0 0 -20px;*/
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		background: #212270;
	}




	.blockTtl2.en {
		margin-bottom: 5px;
		font-size: 30px;
		font-family: 'Noto Serif', serif;
	}

	.blockTtl2:after {
		position: absolute;
		content: '';
		width: 200px;
		height: 3px;
		/*left: 50%;
	margin: 18px 0 0 -20px;*/
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		background: #c1272d;
	}


	.blockTtl3.en {
		margin-bottom: 5px;
		font-size: 30px;
		font-family: 'Noto Serif', serif;
	}

	.blockTtl3:after {
		position: absolute;
		content: '';
		width: 200px;
		height: 3px;
		/*left: 50%;
	margin: 18px 0 0 -20px;*/
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		background: #e95532;
	}

}


/** -----------------------------------------------------------------
 *
 *  [sp]レスポンシブ 667px
 *
 ----------------------------------------------------------------- */

@media screen and (max-width:667px) {


	/* .tableModule
	-----------------------------------------------------------------*/
	.tableModule {
		width: 600px;
		margin: 10px auto;
	}



	.tableModule dd {
		width: 500px;
	}


	.tableModule dd img {
		width: 450px;
	}

	.tableModule .style01 {
		width: 450px;
		padding-left: 0;
	}



	.tableModule .data-box {

		width: 100%;

	}




	.tableModule .style01 .data-box .ttl,
	.tableModule .style01 .data-box ul {
		display: inline-block;
		/display: inline;
		/zoom: 1;
		width: 450px;
		letter-spacing: 0;
		vertical-align: top;
	}

	.btnLink.style04 {
		width: 95%;
		margin: 0 2.5%;
	}

}

/** -----------------------------------------------------------------
 *
 *  [sp]レスポンシブ 375px
 *
 ----------------------------------------------------------------- */

@media screen and (max-width:375px) {


	/* .tableModule
	-----------------------------------------------------------------*/
	.tableModule {
		width: 320px;
		margin: 10px auto;
	}



	.tableModule dd {
		width: 290px;
	}


	.tableModule dd img {
		width: 250px;
	}

	.tableModule .style01 {
		width: 260px;
		padding-left: 0;
	}



	.tableModule .data-box {

		width: 100%;

	}




	.tableModule .style01 .data-box .ttl,
	.tableModule .style01 .data-box ul {
		display: inline-block;
		/display: inline;
		/zoom: 1;
		width: 240px;
		letter-spacing: 0;
		vertical-align: top;
	}

}