@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.gNavi > ul > li {
	opacity: 0;
	filter: alpha(opacity=0);
}

.mainImg {
	position: relative;
	overflow: hidden;
}

.mainImg .subBox .template {
	transition: all 4s;
	-webkit-transition: all 4s;
}

.mainImg.pc .subBox .template {
    background: url(../img/main_img01.jpg) no-repeat center bottom;/*FP追記*/
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.mainImg.animate .subBox .template {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.mainImg .subMainImg {
    margin: 0 auto;
    max-width: 2000px; /*FP追記*/
	height: 618px;
}

.mainImg .subLink {
    display: none;
}

.mainImg .subLink > a {
   	display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0;
	filter: alpha(opacity=0);
}

.mainImg .subLink > a:first-child {
    display: block;
}

.mainImg .subLink > a.on {
    display: block;
}

/*.mainImg .subLink > a:hover {
    opacity: 0.3;
}*/

.mainImg .subBox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.mainImg .template {
	width: 100%;
}

.mainImg > .template {
	z-index: -1000000;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
}

.mainImg .subBox h1 {
	width: 100%;
	position: absolute;
	color: #81806F;
	top: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
}

.mainImg .subBox .cenP {
	width: 100%;
	color: #81806F;
	font-size: 18px;
	position: absolute;
	top: 130px;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
	letter-spacing: 0.5px;
}

.topLinkList {
	margin-bottom: 110px;
	border-top: 1px solid #DEDEDA;
	font-family: "Roboto", sans-serif;
}

.topLinkList li {
	float: left;
	width: 25%;
	text-align: center;
}

.topLinkList li a {
	padding: 12px 0;
	display: block;
	font-size: 17px;
	font-weight: 100;/*FP追記*/
	letter-spacing: 0.4px;/*FP追記*/
	border-left: 1px solid #DEDEDA;
}

.topLinkList .on a,
.topLinkList li a:hover {
	text-decoration: none;
	background-color: #F2F2F1;
}

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

#main .newsDl {
	margin: 0 auto 120px;
	width: 904px;
}

#main .newsDl dt {
	padding: 20px 24px 20px 0; /*FP追記*/
	float: left;
	display: table;
	color: #848474;
	font-size: 19px;
	font-weight: 400;
	border-right: 1px solid #DDD;
}

#main .newsDl dt span {
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 1.2px;/*FP追記*/
	font-family: "Roboto", sans-serif;
}

#main .newsDl dd {
	padding: 5px 0 0 152px;
}


#main .newsDl .subDl dt {
	padding: 0;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	border-right: none;
	letter-spacing: 0;
}

#main .newsDl .subDl dd {
	width: 600px;
	padding: 0 0 12px 20px;
	float: left;
}

#main .newsDl .subDl dd:last-child {
	padding-bottom: 0;
}


#main .newsDl .subDl dd span {
	margin-right: 20px;
	color: #AAA;
	letter-spacing: 0;
}

/*- CMS調整追記 start
----------------------------*/

#main .newsDl .news_category {
	width: 130px;
}

#main .newsDl .subDl dd .news_date {
	width: 70px;
	float: left;
	margin-right: 10px;
}

#main .newsDl .subDl dd .news_txt {
	width: 520px;
	float: left;
	word-break: break-all;
}

#main .newsDl .subDl dd .news_txt a {
	color: #666;
}

/*- CMS調整追記 end
----------------------------*/

#main .newsDl .subDl .last {
	padding-bottom: 0;
}

#main .concept {
	margin-bottom: 110px;
	position: relative;
	text-align: center;
}

#main .concept img {
	width: 100%;
}

#main .concept .subBox {
	margin-top: -115px;
	width: 100%;
	top: 50%;
	height: 230px;
	position: absolute;
}

#main .concept p {
	margin-bottom: 40px;
	color: #666;
	font-size: 13px;
	line-height: 2.6;
}

#main .concept .comBtn {
	margin: 0 auto;
	width: 180px;
}

#main .sliderUlBox {
	margin-bottom: 37px;
}

#main .sliderUl li {
	padding-left: 2px;
	float: left;
}

#main .sliderUl li a:hover {
    text-decoration: none;
}

#main .sliderUl li .photo {
	width: 269px;
	height: 154px;
	overflow: hidden;
}

#main .sliderUl li img {
	transition: all 1.0s;
	-moz-transition: all 1.0s;
	-webkit-transition: all 1.0s;
	max-width: 100%;
}

#main .sliderUl li a:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.ie9 #main .sliderUl li img {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

.ie9 #main .sliderUl li a:hover img {
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}

#main .sliderUl li:first-child {
	padding-left: 0;
}

#main .sliderUl li span {
	margin-top: 13px;
	display: block;
	color: #666;
	font-size: 12px;
	letter-spacing: 0.07em;
}

#main h2 {
	margin-bottom: 37px;
	color: #848472;
	font-size: 40px;
	text-align: center;
	font-weight: 200;
	letter-spacing: 3.7px;/*FP追記*/
	font-family: "Roboto", sans-serif;
}

#main h2 span {
	color: #777;
	font-size: 14px;
	line-height: 1;
	display: block;
}

#main .txt01 {
	margin-bottom: 42px;
	color: #666;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
}

#main .link02 {
	margin: 0 auto 152px;
	width: 194px;
	letter-spacing: 0.1em;
}

#main .link02 .button {
	height: 54px;
	font-size: 14px;
	padding: 1px 0 0 21px;
	background-color: #EFEFEF;
	line-height: 54px;
}

#main .link02 .button:after {
	width: 13px;  
    height: 13px;
   	background: url(../img/icon10.png) no-repeat right center;
    left: 24px;  
}

#main .link02 .button:hover:after {
   	background: url(../img/icon11.png) no-repeat right center;
}

.ie8 #main .link02 .button:hover {
	background-color: #848473;
}

.ie8 #main .link02 .button:hover:after {
   	background: url(../img/icon11.png) no-repeat right center;
}

#main .photoList {
	margin: 0 auto 137px;
	width: 1040px;
}

#main .photoList li {
	padding-left: 52px;
	width: 312px;
	float: left;
	color: #666;
	font-size: 13px;
	line-height: 1.8;
}

#main .photoList li:first-child {
	padding-left: 0;
}

#main .photoList li span {
	margin: 12px 0 8px;
	display: block;
	color: #848473;
	font-size: 22px;
	text-align: center;
	letter-spacing: 1.3px;/*FP追記*/
	font-family: "Roboto", sans-serif;
}

#main .photoList li a {
	color: #666;
}

#main .photoList li .photo {
	width: 312px;
	height: 170px;
	overflow: hidden;
}

#main .photoList li img {
	transition: all 1.6s;
	-moz-transition: all 1.6s;
	-webkit-transition: all 1.6s;
}

#main .photoList li a:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.ie9 #main .photoList li img {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

.ie9 #main .photoList li a:hover img {
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}

#main .photoList li a:hover {
    text-decoration: none;
}

#main .imgBox {
	margin-bottom: 100px;
	min-width: 1100px;
	width: 100%;
	background-color: #F5F5F5;
}

#main .imgBox .photoBox {
	width: 39%;
	float: left;
}

#main .imgBox .photoBox img {
	width: 100%;
}

#main .imgBox .textBox {
	width: 61%;
	float: right;
}

#main .imgBox .textBox .sub {
	width: 100%;
	display: table;
}

#main .imgBox .textBox .sub > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#main .imgBox .textBox .txt02 {
	margin-bottom: 5px;
	color: #848472;
	font-size: 35px;
	font-weight: 200;
	letter-spacing: 2.9px;/*FP追記*/
	font-family: "Roboto", sans-serif;
}

#main .imgBox .textBox .txt03 {
	margin-bottom: 25px;
	color: #666;
	font-size: 13px;
	line-height: 1.9;
}

#main .imgBox .textBox .txtLink {
	margin-bottom: 35px;
}

#main .imgBox .textBox .txtLink a {
	padding-right: 18px;
	color: #666;
	font-weight: bold;
	background: url(../img/icon05.png) no-repeat right center;
}

#main .imgBox .textBox .link {
	margin: 0 auto;
	width: 520px;
}

#main .imgBox .textBox .link a {
	padding: 14px;
	display: block;
	position: relative;
	background-color: #FFF;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border: 3px solid #FFF;
}

#main .imgBox .textBox .link a:hover {
	border: 3px solid #9D9D90;
}

#main .imgBox .textBox .link .photo {
	float: left;
}

#main .imgBox .textBox .link .text {
	width: 320px;
	float: right;
	text-align: left;
	padding-top: 11px;/*FP追記*/
}

#main .imgBox .textBox .link .text p {
	font-size: 12px;
	line-height: 1.8;
}

#main .imgBox .textBox .link .text span {
	margin-bottom: 13px;
	display: block;
}

#main .imgBox .textBox .link a:before {
	margin-top: -9px;
	width: 12px;  
    height: 19px;
   	background: url(../img/icon13.gif) no-repeat right center;
    position: absolute;  
    top: 50%;  
    right: 12px;  
     content: "";
}

#main .btmLink {
	margin: 0 auto 100px;
	width: 1040px;
}

#main .btmLink .photo {
	float: left;
}

#main .btmLink .text {
	width: 475px;
	float: right;
}

#main .btmLink a {
	display: block;
	position: relative;
	background-color: #F0F0EF;
	transition: border-color 0.3s linear 0s;
	-webkit-transition: border-color 0.3s linear 0s;
	border: 3px solid #FFF;
}

#main .btmLink a:hover {
	border: 3px solid #9D9D90;
}

#main .btmLink a .text {
	display: table;
}

#main .btmLink a .text p {
	display: table-cell;
	font-size: 13px;
	vertical-align: middle;
	line-height: 1.9;
}

#main .btmLink a .text p span {
	margin-bottom: 10px;
	display: block;
	font-size: 22px;
	letter-spacing: 1.5px;
	font-family: "Roboto", sans-serif;
}

#main .btmLink a:before {
	margin-top: -7px;
	width: 15px;  
    height: 25px;
   	background: url(../img/icon14.png) no-repeat right center;
    position: absolute;  
    top: 50%;  
    right: 38px;  
     content: "";
}


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


.en #main .imgBox .textBox .link .photo {
	padding: 13px 0 0 5px;
}


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


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

.de #main .concept .subBox {
	margin-top: -136px;
}

.de #main .imgBox .textBox .link .text {
	width: 318px;
	padding-right: 14px;
}

.de #main .imgBox .textBox .link .text p {
	font-size: 11px;
}

.de #main .imgBox .textBox .link .photo {
	padding-top: 11px;
}

.de #main .newsDl .news_category {
	width: 180px;
}

.de #main .newsDl .subDl dd {
	width: 529px;
}


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

@media screen and (min-width: 769px) and (max-width: 1100px) {
	
	#main .inner .textBox .text {
		margin-bottom: 15px;
	}
	
	#main .imgBox .textBox .link {
		width: 491px;
	}
	
	#main .imgBox .textBox .txtLink {
		margin-bottom: 21px;
	}
	
	#main .imgBox .textBox .link .text span {
		margin-bottom: 6px;
	}
	
	#main .imgBox .textBox .txt03 {
		margin-bottom: 14px;
		line-height: 1.7;
	}
	
	#main .imgBox .textBox .link a {
		padding: 11px 29px 11px 11px;
	}
	
	#main .imgBox .textBox .link .photo img {
		width: 110px;
		height: auto;
	}
	
	#main .imgBox .textBox .link .text {
		padding-top: 3px;
	}
	
	/*- ドイツ語版調整 start
	----------------------------*/
		
	.de #main .imgBox .textBox .link .text {
		width: 302px;
	}
	
	.de .topLinkList li a {
		font-size: 10px;
	}
	
	/*- ドイツ語版調整 end
	----------------------------*/
}

@media all and (min-width: 0) and (max-width: 768px) {
	#main {
		margin-bottom: 0;
	}
	
	.topLinkList .on {
		background-color: #F2F2F1;
	}
	
	.topLinkList .on a,
	.topLinkList li a:hover {
		background-color: #F2F2F1;
	}
	
	 .mainImg .subLink > a:hover {
			opacity: 0;
	}


	.mainImg .subBox h1 {
		position: absolute;
		top: 74px;
	}

	.mainImg .subBox .cenP {
		font-size: 11px;
		top: 80px;
	}

	.topLinkList {
        border-top: none;
		margin-bottom: 42px;
	}
	
	.topLinkList li {
		display: table;
	}

	.topLinkList li a {
		padding: 5px 0;
		font-size: 11px;
		display: table-cell;
		vertical-align: middle;
		border-left: 1px solid #DEDEDA;
	}

	#main .newsDl {
		margin: 0 20px 40px;
		width: auto;
	}

	#main .newsDl dt {
		padding: 0 0 15px; 
		height: auto !important;
		float: none;
		font-size: 17px;
		border-right: none;
	}

	#main .newsDl dd {
		height: auto !important;
		padding: 5px 0 0;
	}

	#main .newsDl .subDl dt {
		padding: 20px 0 0;
		font-size: 100%;
		display: inline-block;
		margin-left: -8px;
	}
	
	#main .newsDl .subDl dt:first-child {
		padding: 0;
	}

	#main .newsDl .subDl dd {
		padding: 0;
		font-size: 100%;
		display: inline;
	}
	
	#main .newsDl .subDl dd a {
		margin-top: 3px;
		display: block;
		color: #545454;
	}
	
 	#main .newsDl .subDl dd a:hover {
		text-decoration: none;
	}

	#main .newsDl .subDl dd span {
		margin-right: 0;
	}

	#main .concept {
		margin-bottom: 40px;
	}
	
	#main .concept .subBox {
		padding: 35px 30px;
		position: inherit;
		top: inherit;
		margin: 0;
		height: auto;
		box-sizing: border-box;
		background: url(../img/sp_bg.gif) no-repeat center top;
		background-size: 100% 100%;
	}

	#main .concept p {
		margin-bottom: 20px;
		font-size: 100%;
		line-height: 2.1;
		text-align: left;
	}
	
	#main .concept p br {
		display: none;
	}

	#main .concept .comBtn {
		width: 135px;
	}
	
	#main .concept .comBtn .button {
		font-size: 15px;
		padding-top: 4px;
		letter-spacing: 0.6px;
	}

	#main .sliderUlBox {
		margin-bottom: 35px;
	}

	#main .sliderUl li {
		padding-left: 2px;
		float: left;
	}

	#main .sliderUl li span {
		margin-top: 7px;
		font-size: 11px;
	}

	#main h2 {
		margin-bottom: 25px;
		font-size: 26px;
	}

	#main h2 span {
		font-size: 9px;
		line-height: 1;
	}

	#main .txt01 {
		margin-bottom: 32px;
		color: #666;
		font-size: 100%;
		line-height: 2.25;
	}

	#main .link02 {
		margin: 0 auto 75px;
		width: 157px;
	}

	#main .link02 .button {
		height: 43px;
		font-size: 12px;
		line-height: 35px;
		padding-top: 5px;
	}

	#main .link02 .button:after {
		margin-top: -5px;
		width: 10px !important;  
		height: 10px !important;
		background: url(../img/icon10.png) no-repeat right center;
		background-size: 10px 10px;
		left: 14px;  
	}

	#main .link02 .button:hover:after {
		background: url(../img/icon10.png) no-repeat right center;
		background-size: 10px 10px;
	}
	
	.comBtn .button:hover::before {
        background-color: #efefef;
    }

	#main .photoList {
		margin: 0 20px 100px;
		width: auto;
	}

	#main .photoList li {
		margin-bottom: 50px;
		padding-left: 0;
		width: auto;
		float: none;
		color: #525252;
		font-size: 100%;
		line-height: 1.8;
	}
	
	#main .photoList li:last-child {
		margin-bottom: 0;
	}
	
	#main .photoList li img {
		width: 100%;
	}

	#main .photoList li span {
		margin: 6px 0 8px;
		display: block;
		color: #848473;
		font-size: 22px;
		text-align: center;
	}

	#main .imgBox {
		margin-bottom: 40px;
		padding-top: 50px;
		min-width: inherit;
		width: auto;
		background-color: #FAFAFA;
	}

	#main .imgBox .photoBox {
		width: auto;
		height: auto !important;
		float: none;
	}

	#main .imgBox .photoBox img {
		width: 100%;
	}

	#main .imgBox .textBox {
		width: auto;
		float: none;
	}

	#main .imgBox .textBox .sub {
		width: auto;
		height: auto !important;
		display: inherit;
	}

	#main .imgBox .textBox .sub > div {
		display: block;
		vertical-align: auto;
	}

	#main .imgBox .textBox .txt02 {
		margin-bottom: 14px;
		font-size: 28px;
	}

	#main .imgBox .textBox .txt03 {
		margin-bottom: 15px;
		color: #666;
		font-size: 100%;
		line-height: 2.1;
	}

	#main .imgBox .textBox .txtLink {
		margin-bottom: 35px;
	}

	#main .imgBox .textBox .txtLink a {
		color: #666;
		font-size: 11px;
	}

	#main .imgBox .textBox .link {
		margin: 0 20px;
		width: auto;
	}

	#main .imgBox .textBox .link a {
		padding: 18px 12px 15px;
	}
	
	 #main .imgBox .textBox .link a:hover {
        border: 3px solid #FFF;
    }


	#main .imgBox .textBox .link .photo {
		width: 28%;
	}
	
	#main .imgBox .textBox .link .photo img {
		width: 100%;
	}

	#main .imgBox .textBox .link .text {
		width: 67%;
	}
	
	#main .imgBox .textBox .link .text img {
		width: 120px;
	}

	#main .imgBox .textBox .link .text p {
		width: 90%;
		font-size: 10px;
		word-break: break-all;
	}

	#main .imgBox .textBox .link .text span {
		margin-bottom: 5px;
		display: block;
	}

	#main .imgBox .textBox .link a:before {
		right: 5px;
	}

	#main .btmLink {
		margin: 0 20px 75px;
		width: auto;
	}

	#main .btmLink .photo {
		height: auto !important;
		float: none;
	}
	
	#main .btmLink .photo img {
		width: 100%;
	}

	#main .btmLink .text {
		width: auto;
		float: none;
	}

	#main .btmLink a:hover {
		text-decoration: none;
	}

	#main .btmLink a .text {
		padding: 20px 23px;
		height: auto !important;
		display: block;
		position: relative;
	}
	
	#main .btmLink a .text:before {
		margin-top: -8px;
		width: 10px;  
		height: 17px;
		background: url(../img/icon14.png) no-repeat right center;
		background-size: 10px 17px;
		position: absolute;  
		top: 50%;  
		right: 10px;  
		 content: "";
	}

	#main .btmLink a .text p {
		font-size: 12px;
	}

	#main .btmLink a .text p span {
		margin-bottom: 5px;
		font-size: 16px;
	}

	#main .btmLink a:before {
		background: none;
	}

 	#main .btmLink a:hover {
			border: 3px solid #FFF;
	}
	
	#main .photoList li .photo {
		width: auto;
		height: auto;
	}

	#main .photoList li img {
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}

	#main .photoList li a:hover img {
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
	
	#main .sliderUl li img {
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	
	#main .sliderUl li a:hover img {
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
    
    #main .sliderUl li {
		padding-left: 1px;
	}

	#main .sliderUl li .photo {
		width: 134px;
		height: 77px;
	}
	
	#main .sliderUl li .photo img {
		width: 100%;
		height: auto;
	}
	
	.concept .comBtn .button:hover::before {
        background-color: #FFF;
    }
	#main .newsDl .news_category {
		width: auto;
	}
	
	#main .newsDl .subDl dd .news_date {
		width: auto;
		float: none;
		margin-right: 10px;
	}
	
	#main .newsDl .subDl dd .news_txt {
		width: auto;
		float: none;
		line-height: 1.7;
	}
	
	#main .newsDl .subDl dd {
		float: none;
	}
	
		/*- 英語版調整 start
	----------------------------*/
	
	
	.en #main .imgBox .textBox .link .photo {
		padding: 0;
	}
	
	
	/*- 英語版調整 end
	----------------------------*/
	
	
		/*- ドイツ語版調整 start
	----------------------------*/
	
	.de .topLinkList li {
		width: 24%;
	}
	
	.de #main .concept .subBox {
		margin-top: 0;
	}
	
	.de #main .imgBox .textBox .link .text {
		width: 67%;
		padding-right: 2px;
	}
	
	#main .imgBox .textBox .txt03 {
		margin: 0 20px 15px;
	}
	
	.de #main .newsDl .news_category {
		width: auto;
	}
	
	#main .inner .textBox {
		padding: 40px 20px 38px;
		float: none;
		width: auto;
		height: auto !important;
	}
	
	#main .inner .textBox .subInfo {
		width: auto;
	}
	
	#main .inner .photoBox {
		width: auto;
		float: none;
		height: auto !important;
	}
	
	#main .inner .textBox .title {
		margin-bottom: 10px;
		font-size: 18px;
	}
	
	#main .inner .textBox .title span {
		margin-right: 10px;
		font-size: 30px;
	}
	
	#main .inner .textBox .text {
		margin-bottom: 16px;
		font-size: 100%;
		line-height: 2.0;
	}
	
	#main .inner .textBox .more {
		font-size: 100%;
	}
	
	#main .inner .textBox .more a {
		padding-right: 13px;
		background: url(../img/icon05.png) no-repeat right 7px;
		background-size: 4px auto;
	}
	
	 #main .inner .textBox .more a:hover {
        text-decoration: none;
	}
	
		/*- ドイツ語版調整 start
	----------------------------*/

}


@media all and (max-width: 1200px) {
	.topLinkList .on a, .topLinkList li a:hover {
		background-color: #F2F2F1;
	}
	
	#main .newsDl .subDl dd a:hover {
		text-decoration: none;
	}
	
	#main .link02 .button:hover:after {
		background: url(../img/icon10.png) no-repeat right center;
	}
	
	#main .sliderUl li img {
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	
	#main .sliderUl li a:hover img {
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
	
	#main .photoList li img {
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}

	#main .photoList li a:hover img {
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
	
	#main .imgBox .textBox .link a:hover {
		border: 3px solid #FFF;
	}
	
	#main .btmLink a:hover {
		border: 3px solid #FFF;
	}

	
}


@media all and (max-width: 375px) {
	
	
		/*- ドイツ語版調整 start
	----------------------------*/
	
	.de .topLinkList li {
		width: 22%;
	}
	
		/*- ドイツ語版調整 start
	----------------------------*/
}


@media all and (max-width: 320px) {
	
	
		/*- ドイツ語版調整 start
	----------------------------*/
	
	.de .topLinkList li {
		width: 18%;
	}
	
		/*- ドイツ語版調整 start
	----------------------------*/
}

/*------------------------------------------------------------
	about innner
------------------------------------------------------------*/


.inner {
	background-color: #F2F2F1;
}

.inner .photoBox {
	float: left;
	width: 50%;
}

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

.inner .textBox {
	float: right;
	width: 50%;
}

.inner .textBox .subInfo {
	height: 100%;
	width: 70%;
	margin: 0 auto;
	display: table;
}

.inner .textBox .subInfo .subText {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.inner .textBox .title {
	margin-bottom: 13px;
	font-size: 20px;
	font-weight: 500;
	color: #8C8C7E;
	letter-spacing: 3.2px;
}

.inner .textBox .title span {
	display: inline-block;
	margin-right: 15px;
	font-size: 50px;
	font-weight: 100;
	color: #BFBFB7;
	vertical-align: middle;
	font-family: "Roboto", sans-serif;
}

.inner .textBox .text {
	margin-bottom: 35px;
	color: #666;
	font-size: 13px;/*FP追記*/
	line-height: 2.0;
	font-weight: 200;
}

.inner .textBox .more {
	text-align: right;
	font-size: 18px;
}

.inner .textBox .more a {
	padding-right: 17px;
	color: #848472;
	display: inline-block;
	background: url(../img/common/icon05.png) no-repeat right center;
	font-family: "Roboto", sans-serif;
}

.innerR .textBox {
	float: left;
}

.innerR .photoBox {
	float: right;
}

.clear {
  clear: both;
  height: 60px;
  background: #e58;
}

@media all and (min-width: 769px) and (max-width: 1200px) {

	#main .inner .textBox .text {
		margin-bottom: 15px;
	}
	


}


@media all and (min-width: 0) and (max-width: 768px) {

	
	#main .inner .textBox {
	float: none;
	width: auto;
	height: auto !important;
	margin-top: 200px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 38px;
	padding-left: 20px;
	}
	
	#main .inner .textBox .subInfo {
		width: auto;
	}
	
	#main .inner .photoBox {
		width: auto;
		float: none;
		height: auto !important;
	}
	
	#main .inner .textBox .title {
		margin-bottom: 10px;
		font-size: 18px;
	}
	
	#main .inner .textBox .title span {
		margin-right: 10px;
		font-size: 30px;
	}
	
	#main .inner .textBox .text {
		margin-bottom: 16px;
		font-size: 100%;
		line-height: 2.0;
	}
	
	#main .inner .textBox .more {
		font-size: 100%;
	}
	
	#main .inner .textBox .more a {
		padding-right: 13px;
		background: url(../img/common/icon05.png) no-repeat right 7px;
		background-size: 4px auto;
	}
	
	 #main .inner .textBox .more a:hover {
        text-decoration: none;
	}

	
	
}

@media all and (max-width: 1200px) {

	#main .inner .textBox .more a:hover {
		text-decoration: none;
	}

}



/*------------------------------------------------------------
	Btn
------------------------------------------------------------*/

.comImgBoxL .textBox .txt .btn {
	margin-top: 34px;
	width: 172px;
}

.comImgBoxL .textBox .txt .btn a {
	padding: 14px 0 12px;
	display: block;
	color: #8C8C7E;
	font-size: 13px;
	line-height: 1.2;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 2;
	overflow: hidden;
	background-color: #E6E6E4;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.comImgBoxL .textBox .txt .btn a span {
	font-size: 9px;
	position: absolute;
	top: 16px;
	left: 12px;
}

.comImgBoxL .textBox .txt a:after {
	z-index: -1;
	content: '';
	left: -100%;
	width: 100%;
	height: 100%;
	top: 0;
	display: block;
	position: absolute;
	
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.comImgBoxL .textBox .txt .btn a:hover {
	color: #FFF;
}

.comImgBoxL .textBox .txt .btn a:hover:after {
	left: 0;
	background-color: #848473;
}



/*------------------------------------------------------------
	Btn
------------------------------------------------------------*/


#main .listUl {
	margin: 0 auto;
	width: 980px;
}

#main .listUl li {
	padding-top: 35px;
	width: 162px;
	display: block;
	float: left;
	text-align: center;
}

#main .listUl li img {
	margin: 0 auto;
	width: 136px;
	display: block;
	vertical-align: baseline;
}

#main .listUl li a {
	display: inline-block;
	color: #72705A;
	position: relative;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
}

#main .listUl li .ttl_box {
	margin-top: 11px;
	padding-left: 64px;
	display: inline-block;
	color: #72705A;
	position: relative;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	background: url(../../img/common/icon15.png) no-repeat left 9px;
}

#main .listUl li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .listUl li a span {
	display: inline-block;
	color: #72705A;
	font-size: 11px;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
}

#main .listUl li a span span {
	font-size: 9px;
}

#main .listUl li a .ttl {
	font-size: 27px;
	font-weight: bold;
	position: absolute;
	left: 15px;
	top: -4px;
}