@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: 156px;
}
.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;
}





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


/* 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: #221814;
}
/*
.blockTtl1:after{
	position: absolute;
	content: '';
	width: 10%;
	height: 1px;
	left: 50%;
	margin: 18px 0 0 -20px;
  	left: 0;
 	right: 0;
 	margin: auto;
	display: block;
	background: #221814;

}*/

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



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

.blockTtl2 span{
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	width: 80%;
}

/*
.blockTtl2:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;

  	left: 0;
 	right: 0;
 	margin: auto;
	display: block;
	background: #221814;

}*/

.blockTtl2.en{
	margin-bottom: 5px;
	font-size: 20px;
	font-family: 'Noto Serif', serif;
}
.blockTtl2.en:after{
	bottom: -6px;
	margin-top: 0;
	margin-bottom:10px;
}

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

.blockTtl3:after{
	position: absolute;
	content: '';
	width: 50%;
	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: 2.3rem;
	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 #e95532;
	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: 4rem;
	font-weight: 500;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
}

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

.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 #c1272d;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
}



.blockTtl0{
	position: relative;
	margin-bottom: 28px;
	margin-top: 80px;
	text-align: center;
	font-size: 3.5rem;
	font-weight: 500;
	color: #c1272d;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;

}

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


#subTitle {
	clear:both;
	position:relative;
	margin-bottom:50px;
	width:90%;
	margin: 20px auto;
	}	

#subTitle .stitle {
	margin-bottom:5px;
	font-size: 2.5rem;
	font-weight: 500;
	color: #333;
	line-height: 1.5em;
	text-align: center;
}

#subTitle .stitle2 {
	margin: 20px 15%;
    font-size: 2.5rem;
    font-weight: 500;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    background: #c1272d;
    border-radius: 30px;
    padding: 10px;
    color: #fff;
    width: 70%;
}



#subTitle .stitle span {
	font-size: 4.5rem;
    color: #c1272d;
    font-weight: 600;
    padding: 0 15px;
    margin-top: 5px;
    line-height: 1.5;
}


#subTitle .text {
	margin-bottom:2px;
	font-size:1.4em;
	line-height: 1.47em;
}


#subTitle .titleSub1 {
	margin-bottom:1px;
	font-size:1.3em;
	color: #c1272d;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px sloid #fff;
	padding-left:60px;
}

#subTitle .titleSub2 {
	margin-bottom:0px;
	font-size:1.3em;
	color: #4d4d4d;/*c1272d*/
	font-weight: bold;
	text-align: left;
	border-bottom: 1px sloid #fff;
	padding-left: 10px;
}


#button_Area{
	
	margin: 50px 20% 100px;
	
}

/* tabNavi
-----------------------------------------------------------------*/
.tabNavi{
	width: 100%;
	background: #f69600;
	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;
}


/*幅　*/
#carousel {
	margin: 0 auto;
	width: 90%;
	height: 280px;/*画像の幅に合わせる　この幅がセルの幅　*/
	text-align: center;
	position: relative;
}
/*矢印サイズ　*/
#carousel_prev,
#carousel_next {
	top: 0;
	width: 13px;
	height: 31px;
	background: #000;
	cursor: pointer;
	position: absolute;
}
#carousel_prev {
	left: -20px;
	top: 60px;
	background:transparent url(../../activity/images/index/prev.png) no-repeat top left;
}
#carousel_next {
	right: -20px;
	top: 60px;
	background:transparent url(../../activity/images/index/next.png) no-repeat top left;
}

#carousel ul {
	width: 170px;
	float: left;
	display: inline;
	background-position: center;
	float: left;
	display: inline;
}

#carousel li {
	width: 170px;
	height: 280px;
	/*	background-image: url(../img/slide_bg.png);
	background-image: url(../../images/btn_contact_1.png);*/
	float: left;
	display: inline;
	background-position: center;
}
#carousel li h2 {
	padding-top:10px;
}
#carousel li h1 {
	padding: 5px 15px;
	font-size:14px;
	text-align:left;
}
#carousel li p {
	padding: 3px 15px;
	font-size:13px;
	text-align:center;
	line-height:1.3em
}
#carousel li a:hover{
	
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";

	
}




/* 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 #f69600;
	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: #999;
	text-align: center;
	border-radius: 3px;
	transition: all 0.3s;
	overflow: hidden;
	font-size: 1.5rem;
}
.btnLink span{
	display: inline-block;
	position: relative;
	padding: 13px 16px 14px 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: #3a322f;
}
.btnLink:hover span:after{
	right: -22px;
}

/* [option] style02 */
.btnLink.style02{
	color: #494949;
	background-color: #fff;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #d2d2d2;
}
.btnLink.style02 span:after{
	transition: color 0.2s;
	transition: right 0.3s;
}
.btnLink.style02:hover{
	background: #fff;
	/*color: #fe9e1a;*/
	color: #e89028;
}

/* [option] style03 */
.btnLink.style03{
	background: #221814;
}
.btnLink.style03:hover{
	background: #3a322f;
}

/* [option] style04 */
.btnLink.style04{
	background: #2d2d2d;
}
.btnLink.style04:hover{
	background: #6c6c6c;
}

/* [option] style05 */
.btnLink.style05{
	background: #d46827;
}
.btnLink.style05:hover{
	background: #d9783d;
}

/* [option] style06 */
.btnLink.style06{
	/* background: #fe9e1a; */
	background: #e89028;
	
}
.btnLink.style06:hover{
	background: #febb5f;
}

/* [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;
}




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


	.blockTtl1.en{
		font-size: 45px;
	}


	.blockTtl2{
		font-size: 45px;

	}



	.blockTtl2{
		font-size: 45px;

	}

}


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

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

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

	/* newsListModule
	-----------------------------------------------------------------*/

	.blockTtl2 {
	    position: relative;
	    margin-bottom: 1px;
	    text-align: center;
	    font-size: 2rem;
	    font-weight: 500;
	    font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
	    color: #221814;
	}





	.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 16px 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;
}



}


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

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

	.blockTtl1.en {
	    font-size: 1.4rem;
	}


	/* .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;
	}


}

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

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

	
	.blockTtl2{
		font-size: 1.3rem;
	}
	
	
	.blockTtl3 {
	    font-size: 1.3rem;
	}	

	/* .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;
	}




}