/* en */
.to-jp{
	position: relative;
	display: block;
	width: 5.25em;
}
.to-jp::after{
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1.85em;
	height: 1em;
	background-image: url(../images/japan-flag.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #ddd;
}

#Products_en .relationbox{
	flex-wrap: wrap;
}
#Products_en .relationbox a{
	display: block;
	width:31% ;
	border: 1px solid #393939;
	margin-bottom: 2em;
}
#Products_en .relationbox a::after{
	content: none;
}
#Products_en .relationbox a:hover{
	border: 1px solid #CC0000;
}
#Products_en .relationbox a .imgbox{
	padding: 1.5em;
	filter: brightness(0.8);
}
#Products_en .relationbox a:hover .imgbox{
	filter: brightness(1);
}
#Products_en .relationbox p{
	width: 87%;
	margin: 0 auto 1em;
	font-size: 20px;
	color: #393939;
	text-align: center;
	padding: 1em ;
	font-weight: bold;
	background-color: #EFEFEF;
}
#Products_en .relationbox a:hover p{
	color: #fff;
	background-color: #CC0000;
}
#about .top_img.en{
	background-image: url(../about/images/top_about.jpeg);
}
.en-products.top_img{
	background-image: url(../products/images/top.jpg);
}
#footer-nav-en .col-md-2{
	width: 14%;
}
.fit_flex-title{
	display: flex;
	align-items: center;
}
.fit_flex-title .tab_list {
	font-size: 1.75rem;
}
.fit_flex-title h2 {
	font-size: 1.75rem;
	margin-right: 0.5em;
}
.tab_list{
	display: flex;
}
.tab_list li{
	list-style: none;
	margin: 0 0.5em;
	cursor: pointer;
}
.tab_list li:hover{
	color: #CC0000;
}
.tab_list li.current{
	color: #CC0000;
}
.newsboxIn {
    display: none;
    position: relative;
}
#tabBody1.newsboxIn{
	display: block;
}
#rightNaviList .side_tab-list li a:hover {
    color:#888;
}
#rightNaviList .side_tab-list li.current a:hover {
    color:#CC0000;
}
.hmLogoBox{
	display: flex;
}
.hmLogo{
	margin: 20px 40px 20px 0;
}
.fit-act {
color: #CC0000;
}
.fit-link {
font-size: 1.25rem !important;
    margin: 1em 2em 0 !important;
}
@media screen and (min-width:768px) and (max-width:1300px) {
	.newsList{
		margin-bottom: 0.5vw;
	}
	.newsList dt,
	.newsList dd a{
		font-size: 1.2vw;
	}
}
@media screen and (min-width:768px) and (max-width:1025px) {
	#primary-nav .container{
		min-width: 755px;
		width: auto;
		word-break: keep-all;
	}
	#to-jp-area{
		font-size: 1.5vw;
	}
	#primary-nav .navbar-nav > li > a{
		font-size: 1.5vw;
		padding: 0.8vw 1.2vw;
	}
}
@media screen and (max-width: 768px) {
	#Products_en .relationbox{
		display: block;
	}
	#Products_en .relationbox a{
		width:100% ;
	}
	#Products_en .relationbox p{
		font-size: 16px;
	}
	#footer-nav-en .col-md-2{
		width: 50%;
	}
	.fit_flex-title .tab_list {
		font-size: 4vw;
	}
	.fit_flex-title h2 {
		font-size: 4vw;
		margin: 0 0.5em 0 0;
	}
}
@media (max-width: 767px) { 
	
.to-jp::after {
left: 11vw;
}

}