@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mr0 { margin-right: 0 !important;}

.floatR { float: right !important; }
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.button {
	display: block;
	height: 45px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ie8 .button,
.ie8 .button::before,
.ie8 .button::after {
	-webkit-transition: none;
	transition: none;
}

.comBtn .button {
	display: block;
	font-size: 14px;	
	position: relative;
        letter-spacing: 2px;
	z-index: 2;
	background-color: #FFF;
	line-height: 48px;
	overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.comBtn .button:hover {
	color: #FFF;
	text-decoration: none;
}

.comBtn .button:before {
	left: -100%;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
}

.comBtn .button:hover:before {
	left: 0;
	background-color: #028ed3;
}

.comBtn .button:after {
	margin-top: -6px;
	width: 7px;  
    height: 13px;
   	background: url(/img/icon05.png) no-repeat right center;
    position: absolute;  
    top: 50%;  
    right: 18px;  
     content: "";
}

.comBtn .button:hover:after {
   	background: url(/img/icon09.png) no-repeat right center;
}

.ie8 .comBtn .button:hover:before {
	display: none;
}

.ie8 .comBtn .button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #848473;
}


/*------------------------------------------------------------
	comTxtList
------------------------------------------------------------*/
.comTxtList {
	margin: 111px 0 35px;
	text-align: center;
}

.comTxtList li {
	padding: 5px 19px;
	display: inline;
	font-size: 12px;
	line-height: 1.2;
	border-left: 1px solid #DEDEDA;
}

.comTxtList li:first-child {
	border-left: none;
}

.comTxtList li a {
	display: inline-block;
	line-height: 1.2;
	text-decoration: none;
}

.comTxtList .on a,
.comTxtList li a:hover {
	color: #D1D1CA;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto;
	width: 1060px;/*FP追記*/
	font-weight: 200;
}

#pagePath li {
	margin-right: 2px;
	display: inline;
	color: #666;
	font-size: 12px;
	line-height: 1.2;
}

#pagePath li a {
	margin-right: 5px;
	color: #666;
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 0px 0 110px;
}

.comContact .text01 {
	margin-bottom: 22px;
	font-size: 22px;
	font-weight: 500;/*FP追記*/
	letter-spacing: 3.8px;
}

.comContact p {
	margin-bottom: 20px;
	color: #8C8C7E;
	font-size: 15px;
	text-align: center;
}

.comContact .text02 {
	margin-bottom: 23px;
	font-size: 13px;
}

.comContact .text02 .style01 {
	font-size: 16px;
}

.comContact .text02 .style02 {
	font-size: 28px;
	font-weight: bold;
    letter-spacing: 2px;
}

.comContact .text02 .style02 a {
	text-decoration: none;
}

.comContact .comBtn {
	margin: 0 auto;
	width: 240px;
}

.comContact .comBtn .button {
	font-size: 14px;
	background-color: #F0F0EF;
}


/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 auto 20px;
	width: 1060px;
	font-size: 14px;
	color: #858585;
	font-weight: normal;
	letter-spacing: 2px;
}

.headLine01 span {
	font-size: 35px;
	margin-right: 22px;
	color: #8C8C7E;
	vertical-align: -5px;
	font-weight: 100;
	font-family: "Roboto", sans-serif;
}

/*------------------------------------------------------------
	comNaviBox
------------------------------------------------------------*/
.comNaviBox {
	margin-bottom: 80px;
	height: 58px;
	position: relative;
}

.comNaviBox .naviBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 7990;
	background-color: #F2F2F1;
}

.fixed .naviBox {
	position: fixed;
	top: 79px;
}

.comNaviBox .subBox {
	margin: 0 auto;
	padding: 20px 0 20px;
	width: 1060px;
}

.comNaviBox .subBox .logo {
	float: left;
}

.comNaviBox .subBox ul {
	float: right;
	padding-right: 130px;
}

.comNaviBox .subBox li {
	padding-left: 31px;
	float: left;
	font-size: 12px;
}

.comNaviBox .subBox li a {
	color: #525252;
}

.comNaviBox .subBox li .on,
.comNaviBox .subBox li a:hover {
	color: #ACACAB;
	text-decoration: none;
}


/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
.comTopBox {
	margin: 0 auto 27px;
	width: 1060px;
}

.comTopBox:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.comTopBox .hBox {
	width: 350px;
	float: left;
}

.comTopBox .lead {
	margin-bottom: 4px;
	color: #8D8C7E;
	font-size: 18px;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
}

.comTopBox .title {
	color: #858585;
	font-size: 12px;
	font-weight: 100;
	line-height: 1.2;
	letter-spacing: 1.6px;
}

.comTopBox .title span {
	margin-bottom: 9px;
	display: block;
	font-size: 33px;
	font-weight: 100;
	color: #8D8C7E;
	letter-spacing: 1.4px;
	font-family: "Roboto", sans-serif;
}

.comTopBox ul {
	margin-right: -15px;
	padding-top: 42px;
	width: 704px;
	float: right;
	text-align: right;
}

.comTopBox li {
	padding: 5px 17px;
	display: inline;
	font-size: 12px;
	line-height: 1.2;
	border-left: 1px solid #DEDEDA;
}

.comTopBox li:first-child {
	border-left: none;
}

.comTopBox li a {
	display: inline-block;
	line-height: 1.2;
	text-decoration: none;
}

.comTopBox li a:hover {
	color: #D1D1CA;
}

.comTopBox .on a {
	color: #D1D1CA;
}

/*------------------------------------------------------------
	pageNavi
------------------------------------------------------------*/
#main .pageNavi {
	margin-bottom: 75px;
	text-align: center;
}

#main .pageNavi li {
	margin: 0 12px;
	display: inline-block;
	font-size: 16px;
}

#main .pageNavi .next,
#main .pageNavi .prev {
	margin: 0 30px;
}

#main .pageNavi li a {
	display: inline-block;
	color: #525252;
	vertical-align: top;
	line-height: 1;
}

#main .pageNavi .on a,
#main .pageNavi li a:hover {
	color: #BFBFB8;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
	width: 100%;
	border-collapse: collapse;
}

#main .comTable th {
	padding: 20px 5px;
	width: 17%;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	background: url(/img/line03.gif) repeat-x left bottom;
}

#main .comTable td {
	padding: 20px 10px;
	width: 83%;
	color: #666;
	font-size: 12px;
	line-height: 2.2;
	vertical-align: top;
	text-align: left;
	background: url(/img/line03.gif) repeat-x left bottom;
}

#main .comTable td p {
	margin-bottom: 28px;
}

#main .comTable td p a {
	text-decoration: none;
}

#main .comTable td li {
	padding-left: 1em;
	text-indent: -1em;
}

#main .comTable .none th,
#main .comTable .none td {
	background: none;
}

/*------------------------------------------------------------
	comLinkBox
------------------------------------------------------------*/
#main .comLinkBox {
	margin-bottom: 55px;
	border-bottom: 1px solid #DDD;
}

#main .comLinkBox ul {
	margin: 0 auto -1px;
	width: 1060px;
}

#main .comLinkBox li {
	width: 176px;
	float: left;
	text-align: center;
}

#main .comLinkBox li a {
	padding: 15px 0;
	display: block;
	color: #525252;
	border: 1px solid #DDD;
	border-left: none;
	background-color: #F7F7F7;
}

#main .comLinkBox li:first-child a {
	border-left: 1px solid #DDD;
}

#main .comLinkBox .on a {
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
}

#main .comLinkBox li a:hover {
    text-decoration: none;
    background-color: #FFF;
}

#main .comLinkBox .spec {
	margin-top: -1px;
}

#main .comLinkBox .spec a {
	padding: 15px 0 15px 18px;
	display: inline-block;
	border: 1px solid #FFF;
	background-color: #FFF;
	background: url(/img/icon08.png) no-repeat left 20px;
}

/*------------------------------------------------------------
	comImgBoxL
------------------------------------------------------------*/
.comImgBoxL {
	margin: 0 auto 72px;
	background-color: #F5F5F5;
}

.comImgBoxL .photoBox {
	width: 43%;
	float: left;
}

.comImgBoxL .photoBox img {
	width: 100%;
}

.comImgBoxL .textBox {
	width: 57%;
	float: right;
}

.comImgBoxL .textBox .sub {
	padding: 0 180px 0 30px;
	height: 100%;
	display: table;
	table-layout: fixed;
}

.comImgBoxL .textBox .txt {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.comImgBoxL .textBox p {
	color: #666;
	font-size: 13px;
	line-height: 2.0;
}

.comImgBoxL .textBox .title {
	margin-bottom: 18px;
	font-size: 24px;
	line-height: 1.8;
	color: #8C8C7E;
}

/*------------------------------------------------------------
	animate
------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/*- 英語版調整 start
----------------------------*/

.en .comTopBox .title {
	letter-spacing: 1.0px;
}

.en .comContact .text01 {
	letter-spacing: 1.8px;
}

/*- 英語版調整 end
----------------------------*/


/*- 中国語版調整 start
----------------------------*/

.cn #main .concept .subBox .comBtn .button {
	letter-spacing: 8px;
	font-size: 14px;
	padding-left: 9px;
}

.cn .comTopBox .title span {
	font-size: 27px;
	margin-top: 11px;
}

/*- 中国語版調整 end
----------------------------*/



/*- ドイツ語版調整 start
----------------------------*/

.de #main .comLinkBox li.event a {
	padding: 9px 0 8px;
	line-height: 1.25;
}

.de #main .comLinkBox .spec a {
	letter-spacing: 0.1px;
	font-size: 12px;
}

.de .comTxtList li {
	padding: 5px 14px;
}

.de .comContact .text01 {
	letter-spacing: 1.8px;
}

.de .comContact p {
	line-height: 1.7;
}

.de .comTopBox .pcSub {
  border-left: medium none;
}

.de .comTopBox .title span {
	font-size: 26px;
	margin-top: 9px;
}

/*- ドイツ語版調整 end
----------------------------*/



@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		comTxtList
	------------------------------------------------------------*/
	.comTxtList {
		margin: 65px 20px 35px;
		text-align: left;
	}
	
	.comTxtList li {
		margin-bottom: 15px;
		padding: 2px 7px;
		font-size: 12px;
		display: inline-block;
		letter-spacing: -1px;
	}
	
	.comTxtList li a:hover {
		color: #848472;
	}
	.comTxtList li.on a {
		color: #D1D1CA;
	}
	
	.comTxtList .sub {
		border-left: none;
	}
	
	.comTxtList li.sub02 {
		border-right: 1px solid #DEDEDA;
	}
	
	/*------------------------------------------------------------
		pagePath
	------------------------------------------------------------*/
	#pagePath {
		display: none;
	}
	
	/*------------------------------------------------------------
		comBtn
	------------------------------------------------------------*/
	.button {
		height: 43px;
		line-height: 35px;
	}

	.comBtn .button {
		font-size: 12px;
		line-height: 35px;
	}
	
	.comBtn .button:hover {
		color: #848472;
	}
	
	.comBtn .button:hover::before {
		background-color: #FFF;
		left: 0;
	}

	.comBtn .button:after {
		margin-top: -3px;
		width: 5px !important;  
		height: 7px !important;
		background: url(/img/icon05.png) no-repeat right center;
		background-size: 5px 7px;
		right: 8px;  
	}
	
	
	.comBtn .button:hover:after {
		background: url(/img/icon05.png) no-repeat right center;
		background-size: 5px 7px;
	}
	
	/*------------------------------------------------------------
		comContact
	------------------------------------------------------------*/
	.comContact {
		padding: 40px 0 45px;
	}
	
	.comContact .text01 {
		margin-bottom: 13px;
		font-size: 18px;
		font-weight: 600;/*FP追記*/
		letter-spacing: 2px;
	}
	
	.comContact p {
		margin-bottom: 7px;
		font-size: 100%;
		line-height: 2.1;
	}
	
	.comContact .text02 {
		margin-bottom: 25px;
		font-size: 12px;
		line-height: 1.5;
	}
	
	.comContact .text02 .style01 {
		font-size: 11px;
	}
	
	.comContact .text02 .style02 {
		font-size: 19px;
	}
	
	.comContact .comBtn {
		width: 187px;
	}
	
	.comContact .comBtn .button {
		font-size: 12px;
	}

	.comContact .comBtn .button:hover::before {
		background-color: #efefef;
	}

	
	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	.headLine01 {
		font-size: 9px;
		width: auto;
	}
	
	.headLine01 span {
		font-size: 26px;
		margin-right: 10px;
		vertical-align: -4px;
	}
	
	.comNaviBox {
		display: none;
	}
	
	/*------------------------------------------------------------
		comTopBox
	------------------------------------------------------------*/
	.comTopBox {
		margin: 30px 20px 22px;
		width: auto;
	}
	
	.comTopBox .hBox {
		width: auto;
		float: none;
	}
	
	.comTopBox .lead {
		margin-bottom: -1px;
		font-size: 16px;
	}
	
	.comTopBox .title {
		font-size: 12px;
	}
	
	.comTopBox .title span {
		margin-bottom: 7px;
		font-size: 26px;
	}
	
	.comTopBox ul {
		margin: 25px -10px 0;
		padding: 0;
		width: auto;
		float: none;
		text-align: left;
	}
	
	.comTopBox li {
		margin-bottom: 12px;
		padding: 2px 10px;
		font-size: 12px;
		display: inline-block;
	}
	
	.comTopBox li a:hover {
		color: #848472;
	}
	
	.comTopBox .sub {
		border-left: none;
	}
	
	.comTopBox .sub02 {
		border-right: 1px solid #dededa;
	}

	
	/*------------------------------------------------------------
		pageNavi
	------------------------------------------------------------*/
	#main .pageNavi {
		margin-bottom: 0;
		text-align: center;
	}
	
	#main .pageNavi li {
		margin: 0 10px;
		font-size: 14px;
	}
	
	#main .pageNavi li a {
		line-height: 1.5;
	}

	#main .pageNavi li img {
		width: 13px;
		height: 22px;
	}

	#main .pageNavi .prev {
		margin-right: 0;
	}
	
	#main .pageNavi .next {
		margin-left: 0;
	}
	
	/*------------------------------------------------------------
		comTable
	------------------------------------------------------------*/
	#main .comTable th {
		padding: 22px 0 0;
		width: 100%;
		font-size: 14px;
		line-height: 1.2;
		float: left;
		background: none;
	}

	#main .comTable td {
		padding: 12px 0 18px;
		width: 100%;
		font-size: 13px;
		line-height: 1.7;
		float: left;
	}

	#main .comTable td p {
		margin-bottom: 25px;
	}

	/*------------------------------------------------------------
		comLinkBox
	------------------------------------------------------------*/
	#main .comLinkBox {
		margin-bottom: 25px;
		border-bottom: none;
	}

	#main .comLinkBox ul {
		margin: 0;
		width: auto;
	}

	#main .comLinkBox li {
		width: 50%;
	}

	#main .comLinkBox li a {
		padding: 13px 0;
		font-size: 100%;
		border-left: none;
		border-bottom: none;
	}

	#main .comLinkBox li:first-child a {
		border-left: none;
	}

	#main .comLinkBox .on a,
	#main .comLinkBox li a:hover {
		border-bottom: none;
	}

	#main .comLinkBox .spec {
		margin-top: 0;
	}

	#main .comLinkBox .spec a {
		padding: 15px 0;
		display: block;
		border-top: 1px solid #DDD;
		background: url(/img/icon08.png) no-repeat 17px 18px;
		background-size: 12px 12px;
	}
	
	#main .comLinkBox li:nth-last-child(2) a {
		border-bottom: 1px solid #DDD;
	}

	/*------------------------------------------------------------
		comImgBoxL
	------------------------------------------------------------*/
	.comImgBoxL {
		margin: 0 0 62px;
		padding-bottom: 0;
		width: auto;
		background-color: #FAFAFA;
	}
	
	.comImgBoxL .photoBox {
		height: auto !important;
		width: auto;
		float: none;
	}
	
	.comImgBoxL .photoBox img {
		width: 100%;
	}
	
	.comImgBoxL .textBox {
		padding: 40px 20px 25px;
		width: auto;
		height: auto !important;
		float: none;
	}
	
	.comImgBoxL .textBox .sub {
		padding: 0;
		height: auto;
		display: block;
	}
	
	.comImgBoxL .textBox .txt {
		height: auto;
		display: block;
	}
	
	.comImgBoxL .textBox p {
		font-size: 13px;
	}
	
	.comImgBoxL .textBox .title {
		margin-bottom: 18px;
		font-size: 18px;
		line-height: 1.8;
		text-align: center;
	}
	
		/*- 英語版調整 start
	----------------------------*/
	
	.en .comTopBox .sub {
		letter-spacing: normal;
	}
	
	.en .comTxtList li {
		letter-spacing: normal;
	}
	
	.en .comContact p {
		width: 90%;
		margin: 0 auto 25px;
	}
		
		/*- 英語版調整 end
	----------------------------*/
	
	
	
	/*- 中国語版調整 start
	----------------------------*/
	
	.cn #main .concept .subBox .comBtn .button {
		letter-spacing: 8px !important;
		font-size: 14px !important;
		padding-left: 9px;
	}
	
	.cn .comTxtList li {
		letter-spacing: inherit;
	}
	
	.cn .comTopBox .title span {
		font-size: 22px;
	}
	
	/*- 中国語版調整 end
	----------------------------*/
	
	
	/*- ドイツ語版調整 end
	----------------------------*/
	
	.comContact p {
		margin: 0 8px 7px;
	}
	
	.de #main .comLinkBox li.event a {
		padding: 8px 0 7px;
		line-height: 1.2;
	}
	
	.de #main .comLinkBox .spec a {
		background: url(/img/icon08.png) no-repeat 9px 18px ;
	}
	
	.de .comTxtList li {
		padding: 2px 7px;
	}
	
	.de .comTopBox .pcSub {
		border-left: 1px solid #DEDEDA;
	}
	
	.de .comTopBox ul {
		width: auto;
	}
	
	.de .comTopBox li {
		margin-top: 0;
	}
	
	/*- ドイツ語版調整 end
	----------------------------*/

}


@media all and (max-width: 1200px) {
	#main .pageNavi .on a,
	#main .pageNavi li a:hover {
		color: #525252;
		text-decoration: none;
	}
	
	#main .comLinkBox li a {
		background-color: #FFF;
	}
	
	.comBtn .button:hover:before {
		display: none;
	}
	
	.comBtn .button:hover {
		color: #848472;
		text-decoration: none;
		background-color: #FFF;
	}
	
	.comContact .comBtn .button {
		background-color: #F0F0EF;
		padding-top: 5px;
	}
	
	.comBtn .button:hover:after {
		background: url(/img/icon05.png) no-repeat right center;
	}
	
	#main img {
		transition: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
	}
	
	#main img {
		transform: none !important;
		-moz-transform: none !important;
		-webkit-transform: none !important;
	}
	
	#pagePath li a:hover {
		text-decoration: none;
	}
	
	.comTopBox li a:hover {
		color: #848472;
	}
	
	.comTxtList .on a, .comTxtList li a:hover {
		color: #848472;
	}
	
	.comNaviBox .subBox li .on,
	.comNaviBox .subBox li a:hover {
		color: #525252;
	}
		
}
