@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: 14px;
        font-weight: 500;
        letter-spacing: 1px;
	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 90px;
    width: 1100px;
    padding:0 20px;
}

#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: 4px;
	font-family: "Roboto", sans-serif;
}

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


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

#main .newsDl .subDl dd {
	width: 600px;
	padding: 0 0 12px 20px;
	float: left;
}
h2.news-title {
    width: 108px;
}
span.font-eng {
    width: 108px;
    display: block;
    font-size: 18px;
    line-height: 3rem;
    text-align: left;
}
p.news-title-tex {
    clear:both;
}
p.news-title-tex {
    width: 108px;
    width: 108px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 3rem;
    color: #1879c0;
}
span.news-title-more {
    width: 108px;
    width: 108px;
    margin-top: 20px;
    display: block;
    font-size: 1.3rem;
    line-height: 2rem;
}
#main .newsDl .subDl dd:last-child {
	padding-bottom: 0;
}
.news_more {
    float: right;
    width: 60px;
    text-align: center;
    color:#000;letter-spacing: 2px;
    padding-right: 15px;font-size: 14px;
    background: url(/img/ic_arrow.gif) no-repeat right center;
}


#main .newsDl .subDl dd span {
    margin-right: 20px;
    color: #000;
    letter-spacing: 0;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    white-space: nowrap;
}

/*- 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: 590px;
    padding-left: 50px;
    float: left;
    word-break: break-all;
    letter-spacing: 2px;
    color: #000;
    font-size: 14px;
}

#main .newsDl .subDl dd .news_txt a {
	color: #666;
}
span.rectitle {
    font-weight: 600;
    font-size:13px;
    letter-spacing: 1px;
}

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

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

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

#main .concept .subBox {
    clear:both;margin-top:155px;
	width: 100%;
	top: 55%;
	height: 230px;
	position: absolute;
}

#main .concept p {
    margin-bottom: 40px;
    color: #333;
    font-size: 14px;
    line-height: 28px;
    margin-left: 110px;
    text-align: left;
    letter-spacing: 2px;
    margin-top: 30px;
}

#main .concept .comBtn {
    margin-left: 110px;
    width: 180px;
    float: left;
    border: 1px solid #8d8d8d;
}

#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: #333;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 3px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main h2 span {
    color: #333;
    font-size: 16px;
    line-height: 12px;
    display: block;
    margin-top: 24px;
}

#main .txt01 {
    margin-bottom: 42px;
    color: #333;
    font-size: 15px;
    text-align: center;
    letter-spacing: 2px;
}

#main .link02 {
	    margin: 395px auto 90px;
	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: #028ed3;
}

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

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

#main .photoList li {
	padding-left: 52px;
        width: 312px;
        float: left;
        color: #515151;
        font-size: 12px;
        line-height: 20px;
}

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

#main .photoList li span {
    margin: 20px 0 10px;
    display: block;
    color: #171717;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    letter-spacing: 2px;
    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%;
}

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

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

#main .imgBox .textBox {
	width: 44%;
	float: right;
        margin-top: 0px;
        margin-right:9%;
}

#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: 35px;
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 7px;
    text-align:right;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main .imgBox .textBox .txt03 {
    margin-bottom: 25px;
    text-align: right;
    color: #333;
    font-size: 14px;
    line-height: 28px;
}

#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 {
    float: right;
    width: 520px;
    border: 1px solid #ccc;
}

#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 {
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 18px;
}

#main .imgBox .textBox .link .text span {
margin-bottom: 10px;
    display: block;
    letter-spacing: 1px;
    font-size: 13px;
}

#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: "";
}

/* =============================================================  common  */
.reason_list{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
/* reason */
#reason{
    padding: 3rem 1rem;
}
.reason_list li{
    width: 100%;
    padding: 2rem 2rem 0;
}
.reason_list_img{
    /* border: 4px solid #028ed3; */
    box-shadow: 0 0 0 4px #028ed3;
    border-radius: 100%;
    display: inline-block;
    width: 9.6rem;
    height: 9.6rem;
    margin-bottom: 1rem;
    position: relative;
}
.reason_list_img::after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;

    box-shadow: 0 0 0 4px #028ed3;
    left: 0;
    padding: 0;
    top: 0;
    /* transition: transform 0.2s ease 0s, opacity 0.2s ease 0s; */
}
.reason_list li:hover .reason_list_img{
    box-shadow: 0 0 0 10px #028ed3;
    color: #fff;
}
.reason_list li:hover .reason_list_img::after {
    opacity: 0.8;
    transform: scale(0.85);
}
.reason_list_title {
    font-size: 14px;
    margin-bottom: 1rem;
    font-weight: bold;
}
@media screen and (min-width: 32.5em){
    .reason_list li{
        width: 50%;
    }
}
@media screen and (min-width: 42.5em){
    #reason{
        padding: 0rem 2rem;
    }
}
@media screen and (min-width: 50em), print{
    .reason_list li{
        float:left;
        padding: 2rem 4rem 0;
        width: 23.33%;text-align: center;
    }
}
.service_list > li,
.a_service_list > li{
    width: 100%;
    margin: 0 auto 1rem;
    position: relative;
}
.service_list > li::before,
.a_service_list > li::before{
    border-radius: 0 0 100%;
    color: #fff;
    font-size: 2.4rem;
    line-height: 2;
    text-indent: -1rem;
    height: 6rem;
    width: 6rem;
    position: absolute;
    left: 0;
    top: 0;
}
.service_list > li::before{background-color: #000;}
.a_service_list > li::before{background-color: #1078cb;}
.service_list1::before,
.a_service_list1::before{
    content: "01";
}
.service_list2::before,
.a_service_list2::before{
    content: "02";
}

/* img center */
.reason_list_img img,
.service_list_img img,
.a_service_title_img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (min-width: 50em), print{
    .service_list > li{
        width: 48%;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 61.25em), print{
    .a_service_list > li{
        width: 48%;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 82em), print{
    .service_list > li,
    .a_service_list > li{
        width: 620px;
    }
}

.home_mouse{
    width: 100%;
    position: absolute;
    bottom: 5rem;
    color: #26b9eb;
    text-align: center;
    opacity: 1;
}

@media screen and (max-width: 32em){
    .home_mouse{
        opacity: 0;
    }
}
.home_mouse_txt {
    font-weight: bold;
    margin-top: 0.5rem;
    font-size: 1.2rem;
}
.scroll-btn .mouse {
    border: 2px solid #26b9eb;
    border-radius: 3rem;
    display: block;
    height: 3.4rem;
    margin: 0 auto;
    position: relative;
    width: 2.1rem;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 60%;
    width: .5rem;
    height: .5rem;
    margin: -4px 0 0 -4px;
    background-color: #26b9eb;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}
@keyframes ani-mouse {
    0% {opacity: 1;top: 29%;}
    15% {opacity: 1;top: 50%;}
    50% {opacity: 0;top: 50%;}
    100% {opacity: 0;top: 29%;}
}
/*- 英語版調整 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: 768px) and (max-width: 1100px) {
	
	#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: 767px) {
	#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/index/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;  
		height: 10px;
		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;
	}
	
		/*- ドイツ語版調整 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
	----------------------------*/
}
header{
    position:fixed;background:#fff;padding-top:5px;width:100%;z-index:1000;
}
@media screen and (max-device-width: 768px){
header{width:1020px;margin:0 -20px}
}
header div{
width:95%;margin:0 auto
}
header h1{
float:left;text-indent:-9999px;overflow:hidden
}
header h1 a{
display:block;
background:url(/images/logo-s.png) no-repeat left center;width:235px;
height:79px;
-moz-transition:opacity 0.2s;
-webkit-transition:opacity 0.2s;
-ms-transition:opacity 0.2s;
-o-transition:opacity 0.2s;transition:opacity 0.2s
}
header h1 a:hover{
opacity:0.8
}
header nav{float:right;line-height:79px;font-family:"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","メイリオ",Meiryo,sans-serif}
header nav li{float:left;margin-left:30px}
header nav li:first-of-type a:hover:after,header nav li:first-of-type a.globalActive:after,
header nav li:nth-of-type(2) a:hover:after,header nav li:nth-of-type(2) a.globalActive:after,
header nav li:nth-of-type(3) a:hover:after,header nav li:nth-of-type(3) a.globalActive:after,
header nav li:last-of-type a:hover:after,
header nav li:last-of-type a.globalActive:after{width:4em}
header nav li:nth-of-type(4) a:hover:after,
header nav li:nth-of-type(4) a.globalActive:after{width:3em}
header nav a{position:relative;display:block}
header nav a:after{
position:absolute;
background-color:#C0C0C0;
width:0;height:3px;
left:0;
bottom:21px;
content:"";
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-ms-transition:all 0.5s;
-o-transition:all 0.5s;
transition:all 0.5s
}
span.flow {
    color: #333;
    font-size: 16px;
    line-height: 12px;
    display: block;
    margin-top: 24px;
}
.flowimage {
    float: left;
    width: 40%;
    margin-left: 7%;
}

.flowimage img{
    width: 100%;
    margin-top: 60px;
}
.topmainimage {
    float: left;
    width: 100%;
    margin-bottom:90px;
    height:600px;
    overflow: hidden;
}

.topmainimage img{
    width: 100%;
    margin-top: 0px;
    height:auto;
}

.dixbox{
    display: inline-block;
    background-color: #fff;
    color: #333;
    font-size: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 3px 0 15px;
    height: 40px;
    line-height: 35px;
    margin: 5px 0 25px 0;
    min-width: 100%;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-decoration: none;
    
}
.topfaq .inner {
    width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    color: #333;
    font-size: 14px;
    line-height: 28px;
}
p.faqsub {
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 2px;
    font-size: 14px;
}
a.tag.active,
a.btn-default:hover,
a.tag:hover{
  background-color: #363636;
  border: 1px solid #363636;
  color: #fff;
}
a.btn-default,
a.tag{
  display:inline-block;
  padding:5px 8px;
  border: 1px solid #363636;
  background: rgba(255,255,255,0.2);
  -webkit-transition: all 0.3s ease;
  margin-bottom: 1rem;
  -moz-transition: all 0.3s ease;
  -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}