@charset "utf-8";

/**company index**/
.companyMenu .columnOneThird,
.companyMenu .columnHalf{
	position:relative;
	height: 150px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #DDD;
	border-radius: 4px;
	transition: all 300ms 0s ease;
}
.companyMenu .columnOneThird{
	margin-bottom:20px;
}
.companyMenu .columnOneThird{
	width: 32%;
	margin-left: 2%;
}
.companyMenu .columnHalf{
	float: left;
	width: calc((100% / 2) - 10px);
	margin-left: 20px;
	margin-bottom: 20px;
}
.companyMenu .columnHalf:nth-child(odd){
	clear:none;
	float: left;
	margin-left: 0;
}
.companyMenu .columnHalf + .columnOneThird{
	clear:both;
	float:left;
	margin-left: 0;
}
.companyMenu .columnOneThird:hover,
.companyMenu .columnHalf:hover{
	cursor: pointer;
	border-color: #6bF;
}
.companyMenu .columnOneThird img,
.companyMenu .columnHalf img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 102%;
	z-index:10;
}
.companyMenu .columnSet .columnOneThird div,
.companyMenu .columnSet .columnHalf div{
	position: relative;
	height: 150px;
	background-color:#FFF;
	z-index:100;
}
.companyMenu .columnOneThird div{
	width:140px;
}
.companyMenu .columnHalf div{
	width:200px;
}
.companyMenu .columnOneThird div a,
.companyMenu .columnHalf div a{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 1.3em;
	font-family:"Montserrat", "Helvetica Neue", arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #333;
	width: 100%;
}
.companyMenu .columnOneThird div a:hover,
.companyMenu .columnHalf div a:hover{
	text-decoration: none;
}

/**outline**/
.tableOutline th,
.tableOutline td,
.tableOrg th,
.tableOrg td{
	padding-top:20px;
	padding-bottom:20px;
}

/**global**/
.globalListStyle dt,
.globalListStyle dd{
	padding-left: 15px;
}
.globalListStyle dd{
	padding-left: 3em;
}
.globalListStyle dd:last-child{
	border-bottom:1px solid #CCC;
	margin-bottom: 2em;
	padding-bottom:1em;
}
.globalMap{
	position: relative;
}
.globalEurope,
.globalAsia,
.globalJapan,
.globalAmericas{
	position: absolute;
}
.globalEurope{
	top:15%;
	left:5%;
	z-index:100;
}
.globalAsia{
	top: 65%;
	left: 30%;
	z-index:101;
}
.globalJapan{
	top:42%;
	left:50%;
	z-index:104;
}
.globalAmericas{
	top:35%;
	right:10%;
	z-index:102;
}
.globalMap a{
	padding:8px 15px;
	background-color:rgba(200,200,200,0);
	border-radius: 4px;
}
.globalEurope a:hover,
.globalAsia a:hover,
.globalJapan a:hover,
.globalAmericas a:hover {
	color: #FFF;
	text-decoration: none;
  background-color:rgba(0,0,0,0.4);
}
.globalMap p.img{
	margin-bottom:0.5em;
}
.mapJapan{
	position: absolute;
	top:3%;
	right:-400px;
	height: inherit;
	width:32%;
	z-index:103;
	opacity:0;
	transition: all 0.3s ease;
}
.mapJapan.active{
	right:20%;
	opacity:1;
}
.mapJapan .img img{
	border-radius: 6px;
}
.listStyle.globalListStyle dt.markSalesBase::before{
	content:"\e907";
	margin-right:0.5em;
	color:#ED3770;
	padding:1px 4px 2px;
	font-size:90%;
}
.listStyle.globalListStyle dt.markProductionBase::before{
	content:"\e906";
	margin-right:0.5em;
	color:#00498A;
	padding:1px 4px 2px;
	font-size:90%;
}
.listStyle.globalListStyle dt.markRawMaterialSupplyBase::before{
	content:"\e905";
	margin-right:0.5em;
	color:#ffa71a;
	padding:1px 4px 2px;
	font-size:110%;
}
/*
.listStyle.globalListStyle dt .markSalesBase2::before{
	content:"\e907";
	margin-right:0.5em;
	color:#ED3770;
	padding:1px 4px 2px;
	font-size:90%;
}*/
.listStyle.globalListStyle dt .markSalesBase2::before {
    content: "●";
    margin-right: 0.5em;
    color: #ED3770;
	padding:4px 4px 0!important;
	font-size:150%;
}
.markRawMaterialSupplyBase+dd,
.markRawMaterialSupplyBase+dd+dd{
	margin-bottom: 0.5em;
}
.textSymbols{
	color: #666;
}
.iconSalesBase{
	color:#ED3770 !important;
	font-size:90% !important;
}
.iconProductionBase{
	color:#00498A;
	font-size:90%;
}
.iconRawMaterialSupplyBase{
	color:#ffa71a;
	font-size:110%;
}

/*download profile*/
.img.thumbnail img{
	border:1px solid #DDD;
}

/*CatalogDownload*/
.tableStyleCatalogDownload{
	width:100%;
}
.tableStyleCatalogDownload td{
	vertical-align:top;
	padding:20px;
	line-height:1.5em;
}
.tableStyleCatalogDownload td.catalogThumb{
	width:30%;
}
.tableStyleCatalogDownload td.linkList{
	width:70%;
}
.catalogThumb img{
	width:100%;
	min-width:60px;
	height:auto;
	outline:1px solid #DDD;
}
.catalogInfo{
	border-bottom:1px dashed #E2E2E2;
	padding-bottom:5px;
	margin-bottom:10px;
}

/*Topmessage*/
.mainVisual.mvTopmessage+nav.breadcrumb{
	display: none;
}
.mainVisual.mvTopmessage h1 span{
	text-shadow: 0px 1px 1px rgb(0 0 0 / 15%);
}
.boxTopmessage{
	width: 100%;
	background-color: rgba(255,255,255,.95);
	border-radius: 5px;
	padding: 30px;
	position: relative;
	top: -50px;
	z-index: 10;
}
.textTopmessage{
	margin: 0 auto 4em;
}
.boxTopmessage .textStyle1{
	text-indent: 1em;
	margin-bottom: 0;
	line-height: 2.6em;
}
.mainVisual.mvTopmessage{
	height: 400px;
	position: relative;
}
.mainVisual.mvTopmessage h1 span{
	font-size: 27px;
	line-height: 2em;
	color: #066AAC;
	font-family: serif;
}
.mainVisual.mvTopmessage .imgTopmessage{
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 7;
}
.mainVisual.mvTopmessage .imgTopmessage img{
	position: static;
	height: 360px;
	width: auto;
	margin-left: auto;
	margin-right: 0;
	transform: none;
}
.TopmessageSign{
	text-align: right;
	width: 100%;
	margin: 20px auto 60px;
}
.TopmessageSign p{
	font-size: 20px;
	margin: 0 0 0 auto;
}
.TopmessageSign p span{
	font-size: 14px;
	margin-right: 15px;
}
.TopmessageSign p img{
	width: 200px;
	height: 42px;
}

@media screen and (max-width: 990px) {
.companyMenu .columnOneThird div,
.companyMenu .columnHalf div,
.companyMenu .columnOneThird,
.companyMenu .columnHalf{
	height:100px
}
.companyMenu .columnSet .columnOneThird div,
.companyMenu .columnSet .columnHalf div{
	height: 100px;
}
}

@media screen and (max-width: 959px) {
.CatalogDwonloadSet{
	border-top:1px solid #DDD;
}
.CatalogDwonloadSet .columnHalf h3{
	margin-top: 20px;
	margin-bottom:0;
	display: block;
	float: none;
}
}

@media screen and (max-width: 870px) {
.mainVisual.mvTopmessage h1 span{
	max-width: 400px;
}
}
@media screen and (max-width: 770px) {
.companyMenu .columnOneThird,
.companyMenu .columnHalf{
	float: none;
	margin: 0 0 20px 0;
	width:100%;
	clear: both;
	margin-left:0;
}
.companyMenu .columnOneThird,
.companyMenu .columnOneThird+.columnHalf{
	margin-bottom:20px;
}
.companyMenu .columnOneThird div,
.companyMenu .columnHalf div {
	width: 200px;
}
.mainVisual.mvTopmessage{
	height: 320px;
	position: relative;
}
.mainVisual.mvTopmessage .imgTopmessage img{
	height: 280px;
}
.mainVisual.mvTopmessage h1{
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 75%;
	transform: translateY(-25%);
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.mainVisual.mvTopmessage h1 span{
	font-size: 18px;
	line-height: 1.4em;
	color: #FFF;
}
.boxTopmessage{
	top: 0;
}
.mainVisual.mvTopmessage h1 span{
	max-width: 100%;
}
}
@media screen and (max-width: 550px) {
.mainVisual.mvTopmessage{
	height: 290px;
	position: relative;
}
}