/*------------------------------------
	hero 〜 menu
-------------------------------------*/
/* pc */
/*
@keyframes hero-btn-scroll {
	0% {
		top: 12px;
	}
	
	80% {
		top: 35px;
	}
	
	100% {
		top: 35px;
	}
}
*/
/* tab2 広い方 */

body {
	font-family: "微软雅黑","Arial Black", Gadget, Helvetica, "sans-serif";
	font-size: 1.5em;
}

@media screen and (max-width: 993px) {		
	
	#top-header #header-nav_ench {
		display: block !important;
		width: 100%;
		background: #fff;
		position: relative;
		/*padding-bottom: 20px;*/
	}
}

@media screen and (min-width: 992px) {		
	
	#top-header #header-nav_ench {
		display: block !important;
		width: 100%;
		background: #fff;
		position: relative;
		padding-bottom: 20px;
	}
	
	#top-header #header-nav_ench.en {
		margin-bottom: 80px;
	}
	
	#top-header #header-nav_ench:before {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #d7deed;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#top-header #header-nav_ench > ul {
		display: flex !important;
		align-items: flex-end;
		width: 1000px;
		padding: 0;
		margin: 0 auto!important;
		list-style-type: none;
		background: #fff;
		position: relative;
	}

	#top-header #header-nav_ench > ul > li {
		position: relative;
		width: calc(100% / 3);
	}
	
	/*#top-header #header-nav_ench > ul > li#sns-icon{
		width: 8%;
	}*/
	
	#top-header #header-nav_ench > ul > li#tnav_search{
		display: none!important;
	}
	
	/*#top-header #header-nav_ench > ul > li#sns-icon > a {
    font-size: 35px;
	}*/
	#top-header #header-nav_ench > ul > li:before {
		content: "";
		display: block;
		width: 200px;
		height: 2px;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	#top-header #header-nav_ench > ul > li:nth-child(odd):before {
		background: #395ca3;
	}

	#top-header #header-nav_ench > ul > li:nth-child(even):before {
		background: #d90000;
	}
	
	#top-header #header-nav_ench > ul > li a {
		display: block;
		padding: 25px 0;
		font-size: 15px;
		text-align: center;
		font-weight: bold;
		transition: opacity .2s;
	}

	/*#top-header #header-nav_ench > ul > li#tnav_search a {
		padding: 0!important;
	}
	*/
	#top-header #header-nav_ench > ul > li a:hover {
		opacity: .7;
	}
	
	#top-header #header-nav_ench > ul > li a p {
		margin: 0 0 4px;
		color: #000;
		text-align: center;
	}

	#top-header #header-nav_ench > ul > li a p > span {
    display: block;
    font-size: 13px;
  }
  
	#top-header #header-nav_ench > ul > li a > span {
		display: block;
		font-family: Helvetica, "sans-serif";
	}
}
@media screen and (min-width: 1200px) {
	/*#top-header #header-nav_ench {
		padding-bottom: 20px;
	}*/
	
	#top-header #header-nav_ench > ul > li {
		width: calc(100% / 3);
	}
	
/*	#top-header #header-nav_ench > ul > li#sns-icon {
		width: 100px;
	}*/
	
	/*#top-header #header-nav_ench > ul > li#tnav_search {
		width: 300px;
	}*/
  
	#top-header #header-nav_ench > ul > li a {
		font-size: 16px;
  }
 	
}


/* tab1 狭い方 */
@media only screen and (max-width: 991px) {	
	#top-header #header-nav_ench ul {
		display: none;
		width: 100%;
		padding: 0;
		margin: 0;
		padding-top: 47px;
		border-bottom: 1px solid #c3cee2;
		background: #395ca3;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
	}

	#top-header #header-nav_ench ul > li {
		border-top: 1px solid #c3cee2;
	}
	
	#top-header #header-nav_ench ul > li a {
		display: block;
		padding: 14px 10px 13px;
		color: #fff;
		font-size: 14px;
		text-align: center;
	}

	#top-header #header-nav_ench ul > li a p {
		display: inline-block;
		text-align: center !important;
	}

	#top-header #header-nav_ench ul > li a p + span {
		display: none;
	}
}

/* sp */
@media screen and (max-width:787px) {
}

/*------------------------------------
	top-products
-------------------------------------*/
#top-products_ench .btn-products {
	color: #fff;
}

#top-products_ench .product-header .product-heading {
	font-family: "Arial Black", Gadget, Helvetica, "sans-serif";
	font-weight: bold;
}

#top-products_ench #top-products-introduce .product-header .product-heading {
	color: #d90000;
}

#top-products_ench #top-products-exhibition .product-header .product-heading {
	color: #395ca3;
}

#top-products_ench #top-products-introduce .btn-products {
	border-color: #d90000;
	background: #d90000;
}

#top-products_ench #top-products-exhibition .btn-products {
	border-color: #395ca3;
 	background: #395ca3;
}

/* tab2 広い方 */
@media screen and (min-width: 788px) {	
	#top-products_ench {
		width: 100%;
		height: 300px;
		overflow: hidden;
		/*position: relative;*/
		background: url("../img/top-jp/product-bg_ench.jpg") no-repeat center;
		background-size: cover;
	}

	#top-products_ench .top-product {
		width: 100%;
		margin: 0 auto;
		/*position: absolute;
		top: 124px;
		left: 50%;*/
	}
	
	#top-products_ench #top-products-introduce.top-product {
		/*margin-left: -470px;*/
	}

	/*#top-products_ench #top-products-exhibition.top-product {
		margin-left: 184px;
	}*/
	

	#top-products_ench .top-product-content {
		width: 287px;
		text-align: center;
		margin: 65px auto 0;
	}
	
	#top-products_ench .product-header {
		padding: 27px;
		margin-bottom: 38px;
		background: rgba(255,255,255, .8);
	}
	
	#top-products_ench .product-header .product-heading {
		font-size: 20px;
	}
	
	#top-products_ench .product-header .product-title {
		font-size: 26px;
		color: #000;
		text-align: center;
	}
	
	#top-products_ench .btn-products {
		padding: 8px 20px;
		font-size: 12px;
		border-width: 2px;
		border-style: solid;
		transition: .2s background, .2s color;
	}

	#top-products_ench #top-products-introduce .btn-products:hover {
		color: #d90000;
		background: #fff;
	}

	#top-products_ench #top-products-exhibition .btn-products:hover{
		color: #395ca3;
		background: #fff;
	}

}

 /* pc */
@media screen and (min-width: 1200px) {
	#top-products_ench #top-products-introduce.top-product {
		/*margin-left: -500px;*/
	}

	/* #top-products_ench #top-products-exhibition.top-product {
		margin-left: 214px;
	}*/
}

/* tab1 狭い方 */
@media screen and (min-width: 788px) and (max-width:991px) {
	#top-products_ench .top-product {
		/*top: 144px;*/
	}
	
	#top-products_ench #top-products-introduce.top-product {
		/*margin-left: -375px;*/
	}

	#top-products_ench #top-products-exhibition.top-product {
		/*margin-left: 90px;*/
	}
}

/* sp */
@media screen and (max-width:787px) {
	#top-products_ench {
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	#top-products_ench .top-product {
		width: 100%;
		height: 179px;
		padding-top: 33px;
		box-sizing: border-box;
	}
	
	#top-products_ench #top-products-introduce.top-product {
		margin: 1px 0;
		background: url("../img/top-jp/products-introduce-bg.jpg") no-repeat center;
		background-size: cover;
	}

	#top-products_ench #top-products-exhibition.top-product {
		background: url("../img/top-jp/products-exhibition-bg.jpg") no-repeat center;
		background-size: cover;
	}
	

	#top-products_ench .top-product-content {
		width: 180px;
		margin: 0 auto;
		text-align: center;
	}
	
	#top-products_ench .product-header {
		padding: 15px 10px;
		margin-bottom: 7px;
		background: rgba(255,255,255, .8);
	}
	
	#top-products_ench .product-header .product-heading {
		margin-bottom: 5px;
		font-size: 13px;
	}
	
	#top-products_ench .product-header .product-title {
		font-size: 18px;
		color: #000;
		text-align: center !important;
	}
	
	#top-products_ench .btn-products {
		display: block;
		padding: 9px 20px;
		font-size: 9px;
		border-width: 2px;
		border-style: solid;
		transition: .2s background, .2s color;
	}

	#top-products_ench #top-products-introduce .btn-products:hover {
		color: #d90000;
		background: #fff;
	}

	#top-products_ench #top-products-exhibition .btn-products:hover{
		color: #395ca3;
		background: #fff;
	}

}



/*------------------------------------
	top-corporate
-------------------------------------*/
#top-corporate {
	background: url("../img/top-jp/corporate-bg.jpg") no-repeat top center;
	background-size: cover;
}

#top-corporate .corporate-header {
	text-align: center;
}
	
#top-corporate .corporate-header .corporate-heading {
	font-family: "Arial Black", Gadget, Helvetica, "sans-serif";
	color: #fff;
	font-weight: bold;
}

#top-corporate .corporate-header .corporate-title {
	display: block;
	text-align: center;
	color: #fff;
}

#top-corporate .corporate-list_ench > li .corporate-list-thumb {
	background: #395ca3;
}

/* pc */
/* tab2 広い方 */
@media screen and (min-width: 788px) {	

	#top-corporate .corporate-list_ench {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0 -25px;
	}

	#top-corporate .corporate-list_ench > li {
		width: 444px;
		margin: 0 25px 52px;
		background: #fff;
		border: 1px solid #395ca3;
		box-sizing: border-box;
	}
	
	#top-corporate .corporate-list_ench > li a {
		display: block;
		height: 100%;
		transition: opacity .2s;
	}

	#top-corporate .corporate-list_ench > li a:hover {
		opacity: .7;
	}

	#top-corporate .corporate-list_ench > li .corporate-list-thumb {
		width: 100%;
		height: 141px;
		position: relative;
		overflow: hidden;
	}
	
	#top-corporate .corporate-list_ench > li .corporate-list-thumb img {
		display: block;
		position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
	}
	
	#top-corporate .corporate-list_ench > li .corporate-list-title {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		padding: 26px 10px 23px;
		font-size: 16px;
		text-align: center;
		color: #000;
		box-sizing: border-box;
	}

	#top-corporate .corporate-list_ench > li .corporate-list-title:after {
		content: "";
		display: block;
		width: 19px;
		height: 19px;
		margin: 9px auto 0;
		background: url("../img/top-jp/arrow.png") no-repeat;
		background-size: contain;
	}
}

@media screen and (min-width: 1200px) {
	#top-corporate .corporate-list_ench > li {
		width: 475px;
	}

	#top-corporate .corporate-list_ench > li .corporate-list-thumb {
		height: 152px;
	}
	
}

/* tab1 狭い方 */
@media screen and (min-width: 788px) and (max-width:991px) {
	#top-corporate {
		padding-bottom: 70px;
	}
	
	#top-corporate .corporate-list_ench {
		margin: 0 -10px;
	}

	#top-corporate .corporate-list_ench > li {
		width: 365px;
		margin: 0 10px 20px;
	}

	#top-corporate .corporate-list_ench > li .corporate-list-thumb {
		height: 119px;
	}
	
}

/* sp */
@media screen and (max-width:787px) {
	#top-corporate {
		padding: 30px 0 23px;
	}

	#top-corporate .corporate-header {
		margin-bottom: 40px;
	}
	
	#top-corporate .corporate-header .corporate-heading {
		margin-bottom: 4px;
		font-size: 13px;
	}
	
	#top-corporate .corporate-header .corporate-title {
		font-size: 18px;
		text-align: center !important;
	}

	#top-corporate .corporate-list_ench {
		padding: 0 60px;
	}

	#top-corporate .corporate-list_ench > li {
		margin: 0 0 37px;
		background: #fff;
		border: 1px solid #395ca3;
		box-sizing: border-box;
	}
	
	#top-corporate .corporate-list_ench > li a {
		display: block;
		height: 100%;
		transition: opacity .2s;
	}

	#top-corporate .corporate-list_ench > li a:hover {
		opacity: .7;
	}

	#top-corporate .corporate-list_ench > li .corporate-list-thumb {
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	
	#top-corporate .corporate-list_ench > li .corporate-list-thumb img {
		display: block;
		width: 100%;
	}
	
	#top-corporate .corporate-list_ench > li .corporate-list-title {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		padding: 26px 10px 23px;
		font-size: 13px;
		text-align: center !important;
		color: #000;
		box-sizing: border-box;
	}

	#top-corporate .corporate-list_ench > li .corporate-list-title:after {
		content: "";
		display: block;
		width: 18px;
		height: 16px;
		margin: 9px auto 0;
		background: url("../img/top-jp/arrow-red.png") no-repeat;
		background-size: contain;
	}
}

/* TOP SNSアイコン*/
#top-header #header-nav_ench > ul > li:last-child:before{
		background: none;
	}


/*#top-header #header-nav_ench > ul > li#sns-icon > a{
		display: inline-block;
		padding: 0px 3px;
		font-size: 35px;
		font-weight: bold;
		transition: opacity .2s;
		color: #D0CBCB;
	}*/

@media only screen and (max-width: 991px) {
/*	#top-header #header-nav_ench > ul {
    	width: 1040px;
		margin: 0 auto;
 }
	*/
	
/*	#top-header #header-nav_ench ul > li#sns-icon{
		display: flex;
		justify-content: center;
	}
	
	#top-header #header-nav_ench ul > li#sns-icon a {
		display: inline-block;
		padding: 14px 5px 13px;
		color: #fff;
		font-size: 25px;
	}*/
	
	#top-header #header-nav_ench ul > li#tnav_search{
		padding: 14px 5px 13px;
	}
	
	#top-header #header-nav_ench ul > li#tnav_search div{
		margin: 0 auto;
	}
}

/* Googleカスタム検索　*/

#top-header #header-nav > ul > li#tnav_search a {
		padding: 0!important;
	}

@media screen and (min-width: 789px){
table td.gsib_a {
    padding: 5px 14px 4px 9px!important;
}
	}

@media screen and (max-width:787px){
table.gsc-search-box td.gsc-input{
	padding-right: 0!important;
}
	}
.gsc-control-cse{
	background-color: transparent!important;
	border: transparent!important;
}

/* Googleカスタム検索結果　*/

.gs-result .gs-title a, .gsc-cursor-page, .gs-spelling a {
    color: #00c!important;
    text-decoration: none;
	text-align: left!important;
    font-weight: normal!important;
}

.gs-image-box{
	width: 102px!important;
}